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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Watson Tang และคุณลักษณะหลักของมันคือ "Transfer your YouTube channel subscriptions to another account with just a few clicks."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย SmartSwitch: Transfer YouTube subscriptions

ดาวน์โหลดไฟล์ส่วนขยาย 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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SmartSwitch: Transfer YouTube subscriptions SmartSwitch: Transfer YouTube subscriptions
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
อีเมล [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"
    ]
}