Twitch Tab

See your stream and surf to the net !

Twitch Tabとは何ですか?

Twitch TabはToutoupouによって開発されたChromeの拡張機能で、その主な機能は「See your stream and surf to the net !」です。

拡張機能のスクリーンショット

screenshot

Twitch Tab拡張機能のCRXファイルをダウンロード

Twitch Tab拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 Twitch Tab Twitch Tab
ID ljkaicdlogbblgehfmedfmlndblnjhcn
公式URL https://chromewebstore.google.com/detail/twitch-tab/ljkaicdlogbblgehfmedfmlndblnjhcn
説明 See your stream and surf to the net !
ファイルサイズ 39.89 KB
インストール数 16
現在のバージョン 1.1
最終更新日 2016-09-12
公開日 2016-09-12
開発者 Toutoupou
支払い方法 free
対応言語 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"
        }
    }
}