Fextralife Fix

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

Hvad er Fextralife Fix?

Fextralife Fix er en Chrome-udvidelse udviklet af wacky, og dens hovedfunktion er "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Udvidelsesskærmbilleder

screenshot
screenshot

Download Fextralife Fix-udvidelses-CRX-fil

Download Fextralife Fix-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Officiel URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Beskrivelse This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Filstørrelse 281 KB
Antal Installationer 53
Nuværende Version 1.0
Senest Opdateret 2023-09-03
Udgivelsesdato 2023-09-02
Bedømmelse 3.50/5 Samlet 2 Bedømmelser
Udvikler wacky
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
        }
    }
}