Subscriptions Importer For Youtube

Import or Export your Youtube Subscriptions

Что такое Subscriptions Importer For Youtube?

Subscriptions Importer For Youtube - это расширение Chrome, разработанное https://limbuscode.com, и его основная функция - "Import or Export your Youtube Subscriptions".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Subscriptions Importer For Youtube

Скачайте файлы расширений Subscriptions Importer For Youtube в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Import and Export your YouTube subscriptions (channel URL) from and to a simple text format and clipboard.

"Subscriptions Importer for Youtube" is a must-have tool for managing your YouTube subscriptions. With this extension, you can easily import and export your subscriptions to and from different accounts.

Import your subscriptions to another account by simply providing a list of channel URLs. 

Export your subscriptions to a list of channel URLs to clipboard, making it easy to backup or share your subscriptions with others.

This extension is perfect for users who have multiple YouTube accounts and want to keep their subscriptions in sync, or for users who want to share their subscriptions with friends or family. With "Subscriptions Importer for Youtube", you'll save time and hassle when managing your subscriptions.

The extension is user-friendly, easy to use and it does not require any technical skills to use it. It's a must-have for any YouTube user who wants to take control of their subscriptions.

** This extension can export more than 1000 subscriptions! (premium)

How it works:
- First, install this extension.
- Next, click on the red icon next to your URL bar. Don't see the icon? Click on the puzzle piece, and then click on the pin to move it to your URL bar.
- Follow the on-screen instructions. They're rather easy.
- If you chose to import, wait for the end of the importing process.
- If you chose to export, you'll have a list of your YouTube subscriptions copied to your clipboard.

This is what the exported output will look like:
https://www.youtube.com/channel/UCiDJtJKMICpb9B1qf7qjEOA
https://www.youtube.com/channel/UCVHFbqXqoYvEWM1Ddxl0QDg
https://www.youtube.com/channel/UCXGgrKt94gR6lmN4aN3mYTg
https://www.youtube.com/channel/UCIIPl-DSCC0prKxGGnJrdGQ
https://www.youtube.com/channel/UCp68_FLety0O-n9QU6phsgw
...

Not working? Please leave your report using the support link.

Changelog:

v.0.3.7.1:

- not importing bug fix.

v.0.3.7.0:

- Import from a CSV file;
- Import from a Google Takeout Playlist CSV File.

v.0.3.6.1:

- not importing bug fix.

v.0.3.6.0:

- new premium feature: Up to 70% increase of the importing speed.

v.0.3.5.10:

- not importing bug fix.

v0.3.5.8: 

- add notification on process complete;
- remove duplicates ids input;
- trim channels ids input;
- modernize loading messages.

v0.3.5.7: 

- not importing bug fix.

v0.3.5.6: 

- New About Tab.

v0.3.5.4: 

- Export 1000+ sometimes was not initiating bug fix.

v0.3.5.3: 

- Add link to Unsubscriby: a chrome extension that unsubscribe all your channels easily and fast.

v0.3.5.2: 

- not importing bug fix.

v0.3.5.1: 

- export up to 1000 for paid users bug fix.

v.0.3.5:

- first interface uplifting.

v.0.3.4:

- now it exports 1000+ subs (premium only);
- import missing some subs bug fix.

.v.0.3.3.1:

- add channel link to each item in edit items screen.

v.0.3.3:

- add number of total and selected items info in edit items screen.

v.0.3.2:

- add alert to go premium on edit items screen.

v.0.3.1:

- bug fix for stucking issue.

v.0.3.0:

- include a new functionality that allow the user to choose what subscriptions will be imported (premium only); 
- bug fix for stucking issue.

v.0.2.3.:

- Another bug fix for stucking issue.

v.0.2:

- Importing process being stuck bug fix. 
- Add "Unstuck" button to manually continue importing if the issue happens.                    

Основная информация о расширении

Название Subscriptions Importer For Youtube Subscriptions Importer For Youtube
ID dejjakoompaeblngfchggeaballjkmao
Официальный URL https://chromewebstore.google.com/detail/subscriptions-importer-fo/dejjakoompaeblngfchggeaballjkmao
Описание Import or Export your Youtube Subscriptions
Размер файла 1.88 MB
Количество установок 11,177
Текущая Версия 0.3.7.1
Последнее Обновление 2024-02-16
Дата публикации 2021-10-24
Рейтинг 4.14/5 Всего 85 оценок
Разработчик https://limbuscode.com
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://limbuscode.com/subs-imp-yt
URL страницы помощи https://docs.google.com/forms/d/e/1FAIpQLSd_7IU5Rie2lqsxNA7TunGaSlgbmZOcORmtzrtR5fsiju07JQ/viewform?usp=pp_url&entry.937029896=Subscriptions+Importer+for+YouTube
Поддерживаемые языки en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "short_name": "subs-imp-ext-for-yt",
    "version": "0.3.7.1",
    "author": "LimbusCode",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/extensionpay.com\/*"
            ],
            "js": [
                "ExtPay.js"
            ],
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Subscriptions Importer for YT"
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "clipboardWrite",
        "alarms",
        "notifications"
    ],
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*",
        "https:\/\/youtube.com\/"
    ],
    "icons": {
        "32": "\/images\/32x32.png",
        "128": "\/images\/128x128.png"
    }
}