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 |
Eメール | [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 } |