Fextralife Fix

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

Co to jest Fextralife Fix?

Fextralife Fix to rozszerzenie Chrome opracowane przez wacky, a jego główną funkcją jest „This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Fextralife Fix

Pobierz pliki rozszerzeń Fextralife Fix w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Oficjalny URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Opis This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Rozmiar pliku 281 KB
Liczba instalacji 53
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2023-09-03
Data Publikacji 2023-09-02
Ocena 3.50/5 Łącznie 2 Oceny
Deweloper wacky
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
        }
    }
}