Biplob Sutradhar
Biplob Sutradhar
BlogsAppsProjectsResume
Buymeacoffee
Gmail
GitHub
X
LinkedIn
Post date: Apr 4, 2023, 05:31 PM
Read time: 1 min
Type:
blogs
Share with
FacebookTwitterTelegram
Loading...
chrome extensionyoutube

Table of contents

  • Installation
  • Usages
    • Data section
    • Actions
Post date: Apr 4, 2023, 05:31 PM
Read time: 1 min
Type:
blogs
Share with
FacebookTwitterTelegram
Previous
Blur previewOneClickRun Notebook
Read more
OneClickRun Notebook
Apr 6, 2023
1 min

If you need to download a file then move it to your Google drive, but you don't want to download on your pc, you can solve that problem with payload tool on this notebook.

Next
Blur previewBLC auto login
Read more
BLC auto login
Apr 4, 2023
1 min

Automatically log in to the BLC website without manually entering your username and password.

© 2025 Biplob Sutradhar|Made in Bangladesh
  • About
  • Contact me
  • Privacy policy

Youtube Subscriptions Transfer

logo

YouTube Subscriptions Transfer is a browser extension that allows you to transfer subscriptions from one account to another without using any API. The extension collects a list of channels and enables you to subscribe or unsubscribe to each channel. It interacts with the DOM using xpath.

Installation

Get YST on Microsoft Edge

Usages

To use the extension, open the Y (yst) icon from the extension panel. If you are not on the https://www.youtube.com page, click the Open YouTube button.

Options

Wait for the page to load completely and wait for the Ready for accept request signal from the content script. Once connected, the options will look like the screenshot below.

First time view

Data section

In the Data section, you can see how many subscriptions the extension has collected. If you expand the subscriptions, you will see all the channel IDs. You can also add, remove, or update this list and take action from this list.

Data section

Actions

  • Collect channel

    This button will collect all subscriptions from your current active tab on YouTube and save them to the Data section.

  • Subscribe

    This button first collects all of your current subscriptions and compares them with the past data from the Data section. If any of the IDs are present in your current subscriptions, the ID is removed from the subscriptions list.

  • Unsubscribe

    This button first collects your subscriptions and compares them with the past data. If any of the IDs are present in your current subscription list, the ID remains on the list.

  • Stop

    This button will appear when any action is running. You can click it to stop the current task.

The Subscribe and Unsubscribe buttons will only appear when the Subscriptions list is not empty

Actions active