Super Magic Link
Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers
O que é Super Magic Link?
Super Magic Link é uma extensão do Chrome desenvolvida por https://supermagiclink.com, e sua principal característica é "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Super Magic Link
Baixe arquivos de extensão Super Magic Link no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | hhjoiacmoonaggclpjcenbmdeckfimjl |
URL Oficial | https://chromewebstore.google.com/detail/super-magic-link/hhjoiacmoonaggclpjcenbmdeckfimjl |
Descrição | Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers |
Tamanho do Arquivo | 27.64 KB |
Contagem de Instalações | 60 |
Versão Atual | 1.2 |
Última Atualização | 2021-04-01 |
Data de Publicação | 2021-03-20 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | https://supermagiclink.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://supermagiclink.com/ |
URL da Página de Ajuda | https://community.supermagiclink.com/ |
URL da Página de Política de Privacidade | https://community.supermagiclink.com/privacy-policy |
Idiomas Suportados | 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": [] } |