Twitch Tab

See your stream and surf to the net !

Cos'è Twitch Tab?

Twitch Tab è un'estensione di Chrome sviluppata da Toutoupou, e la sua funzione principale è "See your stream and surf to the net !".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Tab

Scarica i file di estensione Twitch Tab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        surf on the net and watch your favorite streamers !

Make sure to enbale your panels

Copy this in your navigation bar: "chrome://flags/#enable-panels" and active panels                    

Informazioni di Base sull'Estensione

Nome Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
URL Ufficiale https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
Descrizione See your stream and surf to the net !
Dimensione del File 39.89 KB
Conteggio Installazioni 16
Versione Corrente 1.1
Ultimo Aggiornamento 2016-09-12
Data di Pubblicazione 2016-09-12
Sviluppatore Toutoupou
Tipo di Pagamento free
Lingue Supportate fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Tab",
    "description": " See your stream and surf to the net !",
    "version": "1.1",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "manifest_version": 2,
    "background": {
        "page": "background.html"
    },
    "permissions": [
        "notifications"
    ],
    "browser_action": {
        "default_icon": "data\/icon_twitch.png",
        "default_popup": "popup.html",
        "icons": {
            "19": "data\/icon_twitch.png"
        }
    }
}