Fextralife Fix

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

Cos'è Fextralife Fix?

Fextralife Fix è un'estensione di Chrome sviluppata da wacky, e la sua funzione principale è "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Fextralife Fix

Scarica i file di estensione Fextralife Fix in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
URL Ufficiale https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Descrizione This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Dimensione del File 281 KB
Conteggio Installazioni 53
Versione Corrente 1.0
Ultimo Aggiornamento 2023-09-03
Data di Pubblicazione 2023-09-02
Valutazione 3.50/5 Totale 2 Valutazioni
Sviluppatore wacky
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    }
}