YouTube Subscription Exporter & Importer
A free tool for exporting or importing your YouTube Subscriptions
What is YouTube Subscription Exporter & Importer?
YouTube Subscription Exporter & Importer is a Chrome extension developed by gregsysu, and its main feature is "A free tool for exporting or importing your YouTube Subscriptions".
Extension Screenshots
Download YouTube Subscription Exporter & Importer Extension CRX File
Download YouTube Subscription Exporter & Importer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Export the URLs of all your YouTube channel subscriptions in one click! Or you can simply import them into another YouTube account (say if you want to switch to another account), saving you from tons of manual work. The tool is completely FREE and does not collect any personal information. All infomation is stored locally. If you encounter any issue, feel free to contact [email protected] Feature requests are also welcomed :)
Extension Basic Information
Name | YouTube Subscription Exporter & Importer |
ID | knpnadlldnncljamomilpeddcplkihln |
Official URL | https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln |
Description | A free tool for exporting or importing your YouTube Subscriptions |
File Size | 1.84 MB |
Installation Count | 1,704 |
Current Version | 1.0 |
Last Updated | 2022-07-20 |
Publish Date | 2022-07-20 |
Rating | 4.16/5 Total 19 Ratings |
Developer | gregsysu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "YouTube Subscription Exporter & Importer", "short_name": "ytb-sub-export-import", "version": "1.0", "author": "gregzeng", "description": "A free tool for exporting or importing your YouTube Subscriptions", "background": { "service_worker": "background.js" }, "action": { "default_popup": "popup.html", "default_title": "YouTube Subscription exporter & importer" }, "permissions": [ "storage", "scripting", "clipboardWrite" ], "host_permissions": [ "https:\/\/www.youtube.com\/*", "https:\/\/youtube.com\/*", "https:\/\/youtube.com\/" ], "icons": { "32": "\/images\/32x32.png", "128": "\/images\/128x128.png" } } |