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」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
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 |
Eメール | [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": [] } |