Twitch Tab

See your stream and surf to the net !

Qu'est-ce que Twitch Tab ?

Twitch Tab est une extension Chrome développée par Toutoupou, et sa fonction principale est "See your stream and surf to the net !".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Tab

Téléchargez les fichiers d'extension Twitch Tab au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
URL Officiel https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
Description See your stream and surf to the net !
Taille du Fichier 39.89 KB
Nombre d'Installations 16
Version Actuelle 1.1
Dernière Mise à Jour 2016-09-12
Date de Publication 2016-09-12
Développeur Toutoupou
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}