SmartSwitch: Transfer YouTube subscriptions
Transfer your YouTube channel subscriptions to another account with just a few clicks.
Was ist SmartSwitch: Transfer YouTube subscriptions?
SmartSwitch: Transfer YouTube subscriptions ist eine Chrome-Erweiterung, die von Watson Tang entwickelt wurde, und ihr Hauptmerkmal ist "Transfer your YouTube channel subscriptions to another account with just a few clicks.".
Erweiterungsscreenshots
SmartSwitch: Transfer YouTube subscriptions-Erweiterungs-CRX-Datei herunterladen
Laden Sie SmartSwitch: Transfer YouTube subscriptions-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | SmartSwitch: Transfer YouTube subscriptions |
ID | ofjkkedodlibekaaldndffjfhbpkjikp |
Offizielle URL | https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp |
Beschreibung | Transfer your YouTube channel subscriptions to another account with just a few clicks. |
Dateigröße | 32.95 KB |
Installationsanzahl | 684 |
Aktuelle Version | 1.5 |
Letztes Update | 2023-11-13 |
Veröffentlichungsdatum | 2023-01-15 |
Bewertung | 3.67/5 Insgesamt 6 Bewertungen |
Entwickler | Watson Tang |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |