SmartSwitch: Transfer YouTube subscriptions
Transfer your YouTube channel subscriptions to another account with just a few clicks.
SmartSwitch: Transfer YouTube subscriptionsとは何ですか?
SmartSwitch: Transfer YouTube subscriptionsはWatson Tangによって開発されたChromeの拡張機能で、その主な機能は「Transfer your YouTube channel subscriptions to another account with just a few clicks.」です。
拡張機能のスクリーンショット
SmartSwitch: Transfer YouTube subscriptions拡張機能のCRXファイルをダウンロード
SmartSwitch: Transfer YouTube subscriptions拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. 拡張機能の基本情報
| 名前 | |
| ID | ofjkkedodlibekaaldndffjfhbpkjikp |
| 公式URL | https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp |
| 説明 | Transfer your YouTube channel subscriptions to another account with just a few clicks. |
| ファイルサイズ | 32.95 KB |
| インストール数 | 684 |
| 現在のバージョン | 1.5 |
| 最終更新日 | 2023-11-13 |
| 公開日 | 2023-01-15 |
| 評価 | 3.67/5 合計 6 レビュー |
| 開発者 | Watson Tang |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | 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"
]
} | |