SmartSwitch: Transfer YouTube subscriptions
Transfer your YouTube channel subscriptions to another account with just a few clicks.
Apa itu SmartSwitch: Transfer YouTube subscriptions?
SmartSwitch: Transfer YouTube subscriptions adalah ekstensi Chrome yang dikembangkan oleh Watson Tang, dan fitur utamanya adalah "Transfer your YouTube channel subscriptions to another account with just a few clicks.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SmartSwitch: Transfer YouTube subscriptions
Unduh file ekstensi SmartSwitch: Transfer YouTube subscriptions dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | SmartSwitch: Transfer YouTube subscriptions |
ID | ofjkkedodlibekaaldndffjfhbpkjikp |
URL Resmi | https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp |
Deskripsi | Transfer your YouTube channel subscriptions to another account with just a few clicks. |
Ukuran File | 32.95 KB |
Jumlah Instalasi | 684 |
Versi Saat Ini | 1.5 |
Terakhir Diperbarui | 2023-11-13 |
Tanggal Publikasi | 2023-01-15 |
Penilaian | 3.67/5 Total 6 Penilaian |
Pengembang | Watson Tang |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |