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 |
官方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" } } } |