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 |
| 官方網址 | 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 |
| 電子郵箱 | [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"
]
} | |