Twitch Extension Fixer
This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
什么是Twitch Extension Fixer?
Twitch Extension Fixer是由pelleoe开发的Chrome扩展程序,该扩展的主要功能是“This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%”。
扩展截图
下载Twitch Extension Fixer扩展crx文件
下载Twitch Extension Fixer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension will fix Twitch overlay issues that disables double click to fullscreen. The extension will only run on Twitch.tv. It will make the Twitch overlay container have a max width of 33%. This will enable you to double click to enter fullscreen and exit fullscreen
扩展基本信息
名称 | Twitch Extension Fixer |
ID | faempdinfpgfoghncgoigpcldlgbcpkf |
官方URL | https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf |
简介 | This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33% |
文件大小 | 6.38 KB |
安装次数 | 13 |
当前版本 | 1.0 |
更新时间 | 2019-05-05 |
上架时间 | 2019-05-05 |
评分 | 5.00/5 共2次评分 |
开发者 | pelleoe |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch Extension Fixer", "version": "1.0", "description": "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%", "permissions": [ "activeTab" ], "content_scripts": [ { "matches": [ "https:\/\/*.twitch.tv\/*" ], "css": [ "styles.css" ] } ], "page_action": { "default_icon": { "16": "icons\/twitch16.png", "32": "icons\/twitch32.png", "48": "icons\/twitch48.png", "128": "icons\/twitch128.png" } }, "icons": { "16": "icons\/twitch16.png", "32": "icons\/twitch32.png", "48": "icons\/twitch48.png", "128": "icons\/twitch128.png" }, "manifest_version": 2 } |