SmartSwitch: Transfer YouTube subscriptions

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

Wat is SmartSwitch: Transfer YouTube subscriptions?

SmartSwitch: Transfer YouTube subscriptions is een Chrome-extensie ontwikkeld door Watson Tang, en de belangrijkste functie is "Transfer your YouTube channel subscriptions to another account with just a few clicks.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie SmartSwitch: Transfer YouTube subscriptions

Download SmartSwitch: Transfer YouTube subscriptions-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
ID ofjkkedodlibekaaldndffjfhbpkjikp
Officiële URL https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp
Beschrijving Transfer your YouTube channel subscriptions to another account with just a few clicks.
Bestandsgrootte 32.95 KB
Aantal Installaties 684
Huidige Versie 1.5
Laatst Bijgewerkt 2023-11-13
Publicatiedatum 2023-01-15
Beoordeling 3.67/5 Totaal 6 Beoordelingen
Ontwikkelaar Watson Tang
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}