YouTube Subscription Exporter & Importer
A free tool for exporting or importing your YouTube Subscriptions
YouTube Subscription Exporter & Importerとは何ですか?
YouTube Subscription Exporter & Importerはgregsysuによって開発されたChromeの拡張機能で、その主な機能は「A free tool for exporting or importing your YouTube Subscriptions」です。
拡張機能のスクリーンショット
YouTube Subscription Exporter & Importer拡張機能のCRXファイルをダウンロード
YouTube Subscription Exporter & Importer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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 :)
拡張機能の基本情報
名前 | YouTube Subscription Exporter & Importer |
ID | knpnadlldnncljamomilpeddcplkihln |
公式URL | https://chromewebstore.google.com/detail/youtube-subscription-expo/knpnadlldnncljamomilpeddcplkihln |
説明 | A free tool for exporting or importing your YouTube Subscriptions |
ファイルサイズ | 1.84 MB |
インストール数 | 1,704 |
現在のバージョン | 1.0 |
最終更新日 | 2022-07-20 |
公開日 | 2022-07-20 |
評価 | 4.16/5 合計 19 レビュー |
開発者 | gregsysu |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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" } } |