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%

Hvad er Twitch Extension Fixer?

Twitch Extension Fixer er en Chrome-udvidelse udviklet af pelleoe, og dens hovedfunktion er "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".

Udvidelsesskærmbilleder

screenshot

Download Twitch Extension Fixer-udvidelses-CRX-fil

Download Twitch Extension Fixer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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                    

Grundlæggende oplysninger om udvidelsen

Navn Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
Officiel URL https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf
Beskrivelse This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
Filstørrelse 6.38 KB
Antal Installationer 13
Nuværende Version 1.0
Senest Opdateret 2019-05-05
Udgivelsesdato 2019-05-05
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler pelleoe
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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
}