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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Transfer your YouTube channel subscriptions to another account with just a few clicks."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में SmartSwitch: Transfer YouTube subscriptions एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}