Fextralife Fix

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

Qu'est-ce que Fextralife Fix ?

Fextralife Fix est une extension Chrome développée par wacky, et sa fonction principale est "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Fextralife Fix

Téléchargez les fichiers d'extension Fextralife Fix au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
URL Officiel https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Description This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Taille du Fichier 281 KB
Nombre d'Installations 53
Version Actuelle 1.0
Dernière Mise à Jour 2023-09-03
Date de Publication 2023-09-02
Évaluation 3.50/5 Total 2 Évaluations
Développeur wacky
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        }
    }
}