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%

Τι είναι το Twitch Extension Fixer;

Το Twitch Extension Fixer είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον pelleoe, και η κύρια λειτουργία του είναι "This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Twitch Extension Fixer

Λήψη αρχείων επέκτασης Twitch Extension Fixer σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Twitch Extension Fixer Twitch Extension Fixer
ID faempdinfpgfoghncgoigpcldlgbcpkf
Επίσημο URL https://chromewebstore.google.com/detail/twitch-extension-fixer/faempdinfpgfoghncgoigpcldlgbcpkf
Περιγραφή This will extension will fix double click to full screen by confining Twitch overlay extensions to have a max widt of 33%
Μέγεθος Αρχείου 6.38 KB
Αριθμός Εγκαταστάσεων 13
Τρέχουσα Έκδοση 1.0
Τελευταία Ενημέρωση 2019-05-05
Ημερομηνία Δημοσίευσης 2019-05-05
Αξιολόγηση 5.00/5 Συνολικά 2 Αξιολογήσεις
Προγραμματιστής pelleoe
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Υποστηριζόμενες Γλώσσες 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
}