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%
Wat is Twitch Extension Fixer?
Twitch Extension Fixer is een Chrome-extensie ontwikkeld door pelleoe, en de belangrijkste functie is "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Extension Fixer
Download Twitch Extension Fixer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Twitch Extension Fixer |
ID | faempdinfpgfoghncgoigpcldlgbcpkf |
Officiële URL | https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf |
Beschrijving | This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33% |
Bestandsgrootte | 6.38 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-05-05 |
Publicatiedatum | 2019-05-05 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | pelleoe |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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 } |