SmartSwitch: Transfer YouTube subscriptions

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

Hvad er SmartSwitch: Transfer YouTube subscriptions?

SmartSwitch: Transfer YouTube subscriptions er en Chrome-udvidelse udviklet af Watson Tang, og dens hovedfunktion er "Transfer your YouTube channel subscriptions to another account with just a few clicks.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download SmartSwitch: Transfer YouTube subscriptions-udvidelses-CRX-fil

Download SmartSwitch: Transfer YouTube subscriptions-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
ID ofjkkedodlibekaaldndffjfhbpkjikp
Officiel URL https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp
Beskrivelse Transfer your YouTube channel subscriptions to another account with just a few clicks.
Filstørrelse 32.95 KB
Antal Installationer 684
Nuværende Version 1.5
Senest Opdateret 2023-11-13
Udgivelsesdato 2023-01-15
Bedømmelse 3.67/5 Samlet 6 Bedømmelser
Udvikler Watson Tang
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}