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 |
电子邮箱 | [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" } } |