Twitch Tab

See your stream and surf to the net !

What is Twitch Tab?

Twitch Tab is a Chrome extension developed by Toutoupou, and its main feature is "See your stream and surf to the net !".

Extension Screenshots

screenshot

Download Twitch Tab Extension CRX File

Download Twitch Tab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
Official URL https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
Description See your stream and surf to the net !
File Size 39.89 KB
Installation Count 16
Current Version 1.1
Last Updated 2016-09-12
Publish Date 2016-09-12
Developer Toutoupou
Payment Type free
Supported Languages 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"
        }
    }
}