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%

Qu'est-ce que Twitch Extension Fixer ?

Twitch Extension Fixer est une extension Chrome développée par pelleoe, et sa fonction principale est "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Twitch Extension Fixer

Téléchargez les fichiers d'extension Twitch Extension Fixer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
URL Officiel 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%
Taille du Fichier 6.38 KB
Nombre d'Installations 13
Version Actuelle 1.0
Dernière Mise à Jour 2019-05-05
Date de Publication 2019-05-05
Évaluation 5.00/5 Total 2 Évaluations
Développeur pelleoe
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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
}