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%
Co je Twitch Extension Fixer?
Twitch Extension Fixer je rozšíření Chrome vyvinuté pelleoe, a jeho hlavní funkcí je „This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Twitch Extension Fixer
Stáhněte si soubory rozšíření Twitch Extension Fixer ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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
Základní Informace o Rozšíření
Název | Twitch Extension Fixer |
ID | faempdinfpgfoghncgoigpcldlgbcpkf |
Oficiální URL | https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf |
Popis | This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33% |
Velikost souboru | 6.38 KB |
Počet instalací | 13 |
Aktuální Verze | 1.0 |
Poslední Aktualizace | 2019-05-05 |
Datum Vydání | 2019-05-05 |
Hodnocení | 5.00/5 Celkem 2 Hodnocení |
Vývojář | pelleoe |
[email protected] | |
Typ Platby | free |
Podporované Jazyky | 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 } |