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開發的Chrome擴展程式,該擴展的主要功能是“Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers”。

擴展截圖

screenshot

下載Super Magic Link擴展crx文件

下載Super Magic Link擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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": []
}