Twitch Tab

See your stream and surf to the net !

Wat is Twitch Tab?

Twitch Tab is een Chrome-extensie ontwikkeld door Toutoupou, en de belangrijkste functie is "See your stream and surf to the net !".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Twitch Tab

Download Twitch Tab-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
Officiële URL https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
Beschrijving See your stream and surf to the net !
Bestandsgrootte 39.89 KB
Aantal Installaties 16
Huidige Versie 1.1
Laatst Bijgewerkt 2016-09-12
Publicatiedatum 2016-09-12
Ontwikkelaar Toutoupou
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}