Super Magic Link

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

Super Magic Link là gì?

Super Magic Link là một tiện ích mở rộng Chrome được phát triển bởi https://supermagiclink.com, và tính năng chính của nó là "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Super Magic Link

Tải xuống các tệp mở rộng Super Magic Link dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Super Magic Link Super Magic Link
ID hhjoiacmoonaggclpjcenbmdeckfimjl
URL Chính Thức https://chromewebstore.google.com/detail/super-magic-link/hhjoiacmoonaggclpjcenbmdeckfimjl
Mô tả Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers
Kích Thước Tệp 27.64 KB
Số Lần Cài Đặt 60
Phiên Bản Hiện Tại 1.2
Cập Nhật Lần Cuối 2021-04-01
Ngày Phát Hành 2021-03-20
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://supermagiclink.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://supermagiclink.com/
URL Trang Trợ Giúp https://community.supermagiclink.com/
URL Trang Chính Sách Bảo Mật https://community.supermagiclink.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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": []
}