Twitch Control

Control Twitch.tv tabs

ما هو Twitch Control؟

Twitch Control هو إضافة Chrome تم تطويرها بواسطة Tyler Sutherland، والميزة الرئيسية لها هي "Control Twitch.tv tabs".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Twitch Control

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

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

                        Allows you to control twitch streams with out having to go to the tab the stream is in.

You can pause, resume or adjust the volume of any stream you have open in chrome.

You can also switch to any stream tab you have open by clicking on the stream name.                    

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

الاسم Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
عنوان URL الرسمي https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
الوصف Control Twitch.tv tabs
حجم الملف 12.97 KB
عدد التثبيتات 75
النسخة الحالية 0.3
آخر تحديث 2017-05-22
تاريخ النشر 2017-05-22
المطور Tyler Sutherland
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Control",
    "version": "0.3",
    "description": "Control Twitch.tv tabs",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "author": "Tyler Sutherland",
    "permissions": [
        "tabs",
        "http:\/\/www.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "icons": {
        "128": "icon_128.png"
    }
}