Multistre.am Opener
Extension to open all open Twitch tabs in Multistre.am
ما هو Multistre.am Opener؟
Multistre.am Opener هو إضافة Chrome تم تطويرها بواسطة Jimi Hite، والميزة الرئيسية لها هي "Extension to open all open Twitch tabs in Multistre.am".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Multistre.am Opener
قم بتنزيل ملفات الامتداد Multistre.am Opener بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ever wanted to watch multiple Twitch streams at once? MultiStre.am Opener is an extension that provides an easy to use interface to watch up to eight streams at once using the website MultiStre.am. To use, visit Twitch.tv, open the extension and then either enter up to eight names of live streamers or open all Twitch tabs in your browser window with MultiStre.am.
معلومات أساسية عن التمديد
الاسم | Multistre.am Opener |
ID | obmfjmajpmjbjpmjnlpncccjgmlpcifi |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multistream-opener/obmfjmajpmjbjpmjnlpncccjgmlpcifi |
الوصف | Extension to open all open Twitch tabs in Multistre.am |
حجم الملف | 14.39 KB |
عدد التثبيتات | 38 |
النسخة الحالية | 1.0 |
آخر تحديث | 2021-05-31 |
تاريخ النشر | 2021-05-25 |
المطور | Jimi Hite |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Multistre.am Opener", "version": "1.0", "description": "Extension to open all open Twitch tabs in Multistre.am", "permissions": [ "declarativeContent", "tabs" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" } }, "icons": { "16": "images\/multi_16.png", "32": "images\/multi_32.png", "48": "images\/multi_48.png", "128": "images\/multi_128.png" }, "options_page": "options.html", "manifest_version": 2 } |