MultiStream Extension
Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.
ما هو MultiStream Extension؟
MultiStream Extension هو إضافة Chrome تم تطويرها بواسطة jeffdalley، والميزة الرئيسية لها هي "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة MultiStream Extension
قم بتنزيل ملفات الامتداد MultiStream Extension بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Chrome Extension for working with Twitch TV and https://multistre.am. This tool is intended to provide a few shortcuts for those who still use the main Twitch TV website, but would like to quickly and easily switch to MultiStream with up to 6 channels via the Extension button popup. When entering channel names in the extension's popup, your entries will be saved to local storage. This will enable you to browse to multiple Twitch pages and click the '+' button to add that stream, while persisting your previous additions despite the popup disappearing.
معلومات أساسية عن التمديد
الاسم | MultiStream Extension |
ID | njglhbamlnkijhmcpnphfjeboaddnend |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/multistream-extension/njglhbamlnkijhmcpnphfjeboaddnend |
الوصف | Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV. |
حجم الملف | 264 KB |
عدد التثبيتات | 228 |
النسخة الحالية | 1.4 |
آخر تحديث | 2024-02-03 |
تاريخ النشر | 2017-10-10 |
تقييم | 5.00/5 مجموع تقييمات 3 |
المطور | jeffdalley |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/jdalley |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "MultiStream Extension", "short_name": "ms-extension", "description": "Extension to quickly create and open a MultiStre.am URL when browsing TwitchTV.", "version": "1.4", "action": { "default_icon": "images\/icon32.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/kbmod-logo-48.png", "128": "images\/kbmod-logo-128.png" }, "permissions": [ "tabs", "storage" ] } |