MultiTwitchIT

Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams

ما هو MultiTwitchIT؟

MultiTwitchIT هو إضافة Chrome تم تطويرها بواسطة https://www.outofmemory.blog.br، والميزة الرئيسية لها هي "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams".

تحميل ملف CRX للإضافة MultiTwitchIT

قم بتنزيل ملفات الامتداد MultiTwitchIT بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        This extension makes the life easier for twitch.tv users who likes to use the multitwitch.tv functionality to watch multiple streams in the same tab.
Open all streams you want to watch and then click on the MultitwitchIT icon of  and voia la! A new tab opens with all previously opened twtich.tv streams.                    

معلومات أساسية عن التمديد

الاسم MultiTwitchIT MultiTwitchIT
ID jgdgdklgeobfdjmjhajoeblmaicchfel
عنوان URL الرسمي https://chromewebstore.google.com/detail/multitwitchit/jgdgdklgeobfdjmjhajoeblmaicchfel
الوصف Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams
حجم الملف 61.04 KB
عدد التثبيتات 74
النسخة الحالية 0.4
آخر تحديث 2016-09-12
تاريخ النشر 2016-09-12
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.outofmemory.blog.br
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MultiTwitchIT",
    "description": "Makes the life easier for twitch.tv users who likes to use the multitwitch.tv, a new tab opens with all opened twtich.tv streams",
    "version": "0.4",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "64": "icon_64.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab"
    ]
}