Fextralife Fix

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

Was ist Fextralife Fix?

Fextralife Fix ist eine Chrome-Erweiterung, die von wacky entwickelt wurde, und ihr Hauptmerkmal ist "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Erweiterungsscreenshots

screenshot
screenshot

Fextralife Fix-Erweiterungs-CRX-Datei herunterladen

Laden Sie Fextralife Fix-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Offizielle URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Beschreibung This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Dateigröße 281 KB
Installationsanzahl 53
Aktuelle Version 1.0
Letztes Update 2023-09-03
Veröffentlichungsdatum 2023-09-02
Bewertung 3.50/5 Insgesamt 2 Bewertungen
Entwickler wacky
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
        }
    }
}