SmartSwitch: Transfer YouTube subscriptions

Transfer your YouTube channel subscriptions to another account with just a few clicks.

What is SmartSwitch: Transfer YouTube subscriptions?

SmartSwitch: Transfer YouTube subscriptions is a Chrome extension developed by Watson Tang, and its main feature is "Transfer your YouTube channel subscriptions to another account with just a few clicks.".

Extension Screenshots

screenshot
screenshot
screenshot

Download SmartSwitch: Transfer YouTube subscriptions Extension CRX File

Download SmartSwitch: Transfer YouTube subscriptions extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        With just a few clicks, you can easily export and import your subscriptions between different YouTube accounts or devices! making it easier than ever to stay up-to-date with your favorite content creators.                    

Extension Basic Information

Name SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
ID ofjkkedodlibekaaldndffjfhbpkjikp
Official URL https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp
Description Transfer your YouTube channel subscriptions to another account with just a few clicks.
File Size 32.95 KB
Installation Count 684
Current Version 1.5
Last Updated 2023-11-13
Publish Date 2023-01-15
Rating 3.67/5 Total 6 Ratings
Developer Watson Tang
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "version": "1.5",
    "manifest_version": 3,
    "default_locale": "en",
    "icons": {
        "16": "src\/assets\/icons\/icon_16.png",
        "32": "src\/assets\/icons\/icon_32.png",
        "48": "src\/assets\/icons\/icon_48.png",
        "128": "src\/assets\/icons\/icon_128.png"
    },
    "host_permissions": [
        "https:\/\/www.youtube.com\/*",
        "https:\/\/youtube.com\/*"
    ],
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "action": {
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "src\/assets\/icons\/icon_16.png",
            "32": "src\/assets\/icons\/icon_32.png",
            "48": "src\/assets\/icons\/icon_48.png",
            "128": "src\/assets\/icons\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "scripting",
        "clipboardWrite",
        "alarms"
    ]
}