Subscriptions Importer For Youtube

Import or Export your Youtube Subscriptions

Co je Subscriptions Importer For Youtube?

Subscriptions Importer For Youtube je rozšíření Chrome vyvinuté https://limbuscode.com, a jeho hlavní funkcí je „Import or Export your Youtube Subscriptions“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Subscriptions Importer For Youtube

Stáhněte si soubory rozšíření Subscriptions Importer For Youtube ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Subscriptions Importer For Youtube Subscriptions Importer For Youtube
ID dejjakoompaeblngfchggeaballjkmao
Oficiální URL https://chromewebstore.google.com/detail/subscriptions-importer-fo/dejjakoompaeblngfchggeaballjkmao
Popis Import or Export your Youtube Subscriptions
Velikost souboru 1.88 MB
Počet instalací 11,177
Aktuální Verze 0.3.7.1
Poslední Aktualizace 2024-02-16
Datum Vydání 2021-10-24
Hodnocení 4.14/5 Celkem 85 Hodnocení
Vývojář https://limbuscode.com
E-mail [email protected]
Typ Platby in_app
Webové stránky Rozšíření https://limbuscode.com/subs-imp-yt
URL Stránky Nápovědy https://docs.google.com/forms/d/e/1FAIpQLSd_7IU5Rie2lqsxNA7TunGaSlgbmZOcORmtzrtR5fsiju07JQ/viewform?usp=pp_url&entry.937029896=Subscriptions+Importer+for+YouTube
Podporované Jazyky 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"
    }
}