SmartSwitch: Transfer YouTube subscriptions

Transfer your YouTube channel subscriptions to another account with just a few clicks.

SmartSwitch: Transfer YouTube subscriptions là gì?

SmartSwitch: Transfer YouTube subscriptions là một tiện ích mở rộng Chrome được phát triển bởi Watson Tang, và tính năng chính của nó là "Transfer your YouTube channel subscriptions to another account with just a few clicks.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SmartSwitch: Transfer YouTube subscriptions

Tải xuống các tệp mở rộng SmartSwitch: Transfer YouTube subscriptions dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
ID ofjkkedodlibekaaldndffjfhbpkjikp
URL Chính Thức https://chromewebstore.google.com/detail/smartswitch-transfer-yout/ofjkkedodlibekaaldndffjfhbpkjikp
Mô tả Transfer your YouTube channel subscriptions to another account with just a few clicks.
Kích Thước Tệp 32.95 KB
Số Lần Cài Đặt 684
Phiên Bản Hiện Tại 1.5
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2023-01-15
Đánh Giá 3.67/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Watson Tang
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}