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%

Cos'è Twitch Extension Fixer?

Twitch Extension Fixer è un'estensione di Chrome sviluppata da pelleoe, e la sua funzione principale è "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Twitch Extension Fixer

Scarica i file di estensione Twitch Extension Fixer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
URL Ufficiale https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf
Descrizione This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
Dimensione del File 6.38 KB
Conteggio Installazioni 13
Versione Corrente 1.0
Ultimo Aggiornamento 2019-05-05
Data di Pubblicazione 2019-05-05
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore pelleoe
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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
}