Super Magic Link

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

Apa itu Super Magic Link?

Super Magic Link adalah ekstensi Chrome yang dikembangkan oleh https://supermagiclink.com, dan fitur utamanya adalah "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Super Magic Link

Unduh file ekstensi Super Magic Link dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Super Magic Link Super Magic Link
ID hhjoiacmoonaggclpjcenbmdeckfimjl
URL Resmi https://chromewebstore.google.com/detail/super-magic-link/hhjoiacmoonaggclpjcenbmdeckfimjl
Deskripsi Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers
Ukuran File 27.64 KB
Jumlah Instalasi 60
Versi Saat Ini 1.2
Terakhir Diperbarui 2021-04-01
Tanggal Publikasi 2021-03-20
Penilaian 5.00/5 Total 2 Penilaian
Pengembang https://supermagiclink.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://supermagiclink.com/
URL Halaman Bantuan https://community.supermagiclink.com/
URL Halaman Kebijakan Privasi https://community.supermagiclink.com/privacy-policy
Bahasa yang Didukung 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": []
}