Twitch Tab
See your stream and surf to the net !
什麼是Twitch Tab?
Twitch Tab是由Toutoupou開發的Chrome擴展程式,該擴展的主要功能是“See your stream and surf to the net !”。
擴展截圖
下載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 |
ID | ljkaicdlogbblgehfmedfmlndblnjhcn |
官方網址 | 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" } } } |