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%
O que é Twitch Extension Fixer?
Twitch Extension Fixer é uma extensão do Chrome desenvolvida por pelleoe, e sua principal característica é "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Twitch Extension Fixer
Baixe arquivos de extensão Twitch Extension Fixer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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
Informações Básicas da Extensão
Nome | Twitch Extension Fixer |
ID | faempdinfpgfoghncgoigpcldlgbcpkf |
URL Oficial | https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf |
Descrição | This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33% |
Tamanho do Arquivo | 6.38 KB |
Contagem de Instalações | 13 |
Versão Atual | 1.0 |
Última Atualização | 2019-05-05 |
Data de Publicação | 2019-05-05 |
Classificação | 5.00/5 Total de 2 Avaliações |
Desenvolvedor | pelleoe |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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 } |