Super Magic Link
Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers
Vad är Super Magic Link?
Super Magic Link är en Chrome-tillägg utvecklad av https://supermagiclink.com, och dess huvudfunktion är "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers".
Tilläggsskärmbilder
Ladda ner Super Magic Link-förlängningens CRX-fil
Ladda ner Super Magic Link-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | hhjoiacmoonaggclpjcenbmdeckfimjl |
Officiell webbadress | https://chromewebstore.google.com/detail/super-magic-link/hhjoiacmoonaggclpjcenbmdeckfimjl |
Beskrivning | Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers |
Filstorlek | 27.64 KB |
Antal Installationer | 60 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2021-04-01 |
Publiceringsdatum | 2021-03-20 |
Betyg | 5.00/5 Totalt 2 Betyg |
Utvecklare | https://supermagiclink.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://supermagiclink.com/ |
Hjälpsida URL | https://community.supermagiclink.com/ |
URL till Sekretesspolicy Sidan | https://community.supermagiclink.com/privacy-policy |
Stödda Språk | 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": [] } |