Super Magic Link

Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers

Super Magic Link क्या है?

Super Magic Link https://supermagiclink.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers"।

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

screenshot

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

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

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

                        If a Twitch streamer is watching TV or Movies on Super Magic Link, you can watch with them. Content stays in perfect sync with their Twitch stream so you can share the experience together.

Everything from Netflix to Spotify can be automatically synced, so you can watch content you love alongside streamers and chat.

If you miss a synced stream, you'll be able to watch it later easily. We automatically created saved syncs - so as long as a streamer has VODs on Twitch, so you can rewatch shows and series together with them anytime.

Start creating and watching content with friends on Super Magic Link, now.                    

एक्सटेंशन की मूल जानकारी

नाम Super Magic Link Super Magic Link
ID hhjoiacmoonaggclpjcenbmdeckfimjl
आधिकारिक URL https://chromewebstore.google.com/detail/super-magic-link/hhjoiacmoonaggclpjcenbmdeckfimjl
विवरण Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers
फ़ाइल का आकार 27.64 KB
स्थापना संख्या 60
वर्तमान संस्करण 1.2
अंतिम अपडेट 2021-04-01
प्रकाशन तिथि 2021-03-20
रेटिंग 5.00/5 कुल 2 रेटिंग्स
डेवलपर https://supermagiclink.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://supermagiclink.com/
सहायता पृष्ठ URL https://community.supermagiclink.com/
गोपनीयता नीति पृष्ठ URL https://community.supermagiclink.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Super Magic Link",
    "description": "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.2",
    "manifest_version": 2,
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.netflix.com\/*"
            ],
            "js": [
                "content-script-netflix.js"
            ]
        },
        {
            "matches": [
                "https:\/\/supermagiclink.com\/*"
            ],
            "js": [
                "content-script-sml.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/supermagiclink.com\/*",
            "*:\/\/*.netflix.com\/*"
        ]
    },
    "permissions": [
        "tabs",
        "https:\/\/*.netflix.com\/*"
    ],
    "web_accessible_resources": [
        "*.js"
    ],
    "browser_action": []
}