YouTube Subscriptions Exporter & Importer
Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.
Cos'è YouTube Subscriptions Exporter & Importer?
YouTube Subscriptions Exporter & Importer è un'estensione di Chrome sviluppata da EchoWebBot Studio, e la sua funzione principale è "Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione YouTube Subscriptions Exporter & Importer
Scarica i file di estensione YouTube Subscriptions Exporter & Importer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
YouTube Subscriptions Exporter & Importer: Manage your YouTube subscriptions seamlessly and easily! Whether you want to export, import, or transfer your subscriptions, this Chrome extension has you covered. Say goodbye to tedious manual work and hello to a streamlined process. With just a few clicks, you can export the URLs of all your YouTube channel subscriptions in one go, or import them into another YouTube account. No more tedious, time-consuming tasks. Enjoy your favorite channels on your new account. 🎨 Features ✓ Export/Import Subscriptions ✓ Export channels data file to TXT,CSV,XLSX ✓ Bulk Subscribe Channels ✓ Continued free updates 🔒 Data Privacy All data is processed in your local computer, it never passes through our web server and no one knows what you have saved. 👋 Contact If you have any issues, feel free to contact [email protected]
Informazioni di Base sull'Estensione
Nome | YouTube Subscriptions Exporter & Importer |
ID | ponjnjnjfemmcfcmpjcdfmepfcegidjl |
URL Ufficiale | https://chromewebstore.google.com/detail/youtube-subscriptions-exp/ponjnjnjfemmcfcmpjcdfmepfcegidjl |
Descrizione | Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts. |
Dimensione del File | 378 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-09-15 |
Data di Pubblicazione | 2023-09-15 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | EchoWebBot Studio |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://echobot.dev/privacy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "YouTube Subscriptions Exporter & Importer", "description": "Easily export, import, and transfer your YouTube subscriptions. Quickly move channel URLs between accounts.", "version": "1.0.1", "manifest_version": 3, "icons": { "16": "icon\/logo-16.png", "32": "icon\/logo-32.png", "48": "icon\/logo-48.png", "128": "icon\/logo-128.png" }, "action": { "default_popup": "popup.html", "default_icon": "icon\/logo-128.png" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/custom-elements.min.js-loader-9e36deab.js", "assets\/index.js-loader-28b2eaba.js" ], "matches": [ "*:\/\/*.youtube.com\/*" ], "run_at": "document_end", "all_frames": false }, { "js": [ "assets\/auth.js-loader-4ce627d0.js" ], "matches": [ "https:\/\/ytbsubsexporter.echobot.dev\/auth_redirect.html*" ], "run_at": "document_end", "all_frames": false } ], "web_accessible_resources": [ { "matches": [ " |