Fextralife Fix

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

Vad är Fextralife Fix?

Fextralife Fix är en Chrome-tillägg utvecklad av wacky, och dess huvudfunktion är "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fextralife Fix-förlängningens CRX-fil

Ladda ner Fextralife Fix-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Officiell webbadress https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Beskrivning This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Filstorlek 281 KB
Antal Installationer 53
Aktuell Version 1.0
Senast Uppdaterad 2023-09-03
Publiceringsdatum 2023-09-02
Betyg 3.50/5 Totalt 2 Betyg
Utvecklare wacky
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    }
}