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 هو إضافة Chrome تم تطويرها بواسطة https://supermagiclink.com، والميزة الرئيسية لها هي "Super Magic Link is the easiest way to watch TV, Movies, and music with your favourite Twitch streamers".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Super Magic Link
قم بتنزيل ملفات الامتداد Super Magic Link بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://supermagiclink.com/ |
عنوان صفحة المساعدة | https://community.supermagiclink.com/ |
عنوان صفحة سياسة الخصوصية | 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": [] } |