Fextralife Fix

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

Wat is Fextralife Fix?

Fextralife Fix is een Chrome-extensie ontwikkeld door wacky, en de belangrijkste functie is "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Fextralife Fix

Download Fextralife Fix-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Officiële URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Beschrijving This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Bestandsgrootte 281 KB
Aantal Installaties 53
Huidige Versie 1.0
Laatst Bijgewerkt 2023-09-03
Publicatiedatum 2023-09-02
Beoordeling 3.50/5 Totaal 2 Beoordelingen
Ontwikkelaar wacky
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        }
    }
}