Fextralife Fix

This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.

Co je Fextralife Fix?

Fextralife Fix je rozšíření Chrome vyvinuté wacky, a jeho hlavní funkcí je „This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Fextralife Fix

Stáhněte si soubory rozšíření Fextralife Fix ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.                    

Základní Informace o Rozšíření

Název Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Oficiální URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Popis This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Velikost souboru 281 KB
Počet instalací 53
Aktuální Verze 1.0
Poslední Aktualizace 2023-09-03
Datum Vydání 2023-09-02
Hodnocení 3.50/5 Celkem 2 Hodnocení
Vývojář wacky
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fextralife Fix",
    "version": "1.0",
    "description": "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.fextralife.com\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon-16.png",
            "48": "icon-48.png",
            "128": "icon-128.png"
        }
    }
}