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%

What is Twitch Extension Fixer?

Twitch Extension Fixer is a Chrome extension developed by pelleoe, and its main feature is "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".

Extension Screenshots

screenshot

Download Twitch Extension Fixer Extension CRX File

Download Twitch Extension Fixer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
Official URL https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf
Description This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
File Size 6.38 KB
Installation Count 13
Current Version 1.0
Last Updated 2019-05-05
Publish Date 2019-05-05
Rating 5.00/5 Total 2 Ratings
Developer pelleoe
Email [email protected]
Payment Type free
Supported Languages 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
}