Twitch Control

Control Twitch.tv tabs

Apa itu Twitch Control?

Twitch Control adalah ekstensi Chrome yang dikembangkan oleh Tyler Sutherland, dan fitur utamanya adalah "Control Twitch.tv tabs".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Twitch Control

Unduh file ekstensi Twitch Control dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Twitch Control Twitch Control
ID hmjofdjfgjjejhgjigakoaddbgldgjai
URL Resmi https://chromewebstore.google.com/detail/twitch-control/hmjofdjfgjjejhgjigakoaddbgldgjai
Deskripsi Control Twitch.tv tabs
Ukuran File 12.97 KB
Jumlah Instalasi 75
Versi Saat Ini 0.3
Terakhir Diperbarui 2017-05-22
Tanggal Publikasi 2017-05-22
Pengembang Tyler Sutherland
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}