Fextralife Fix

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

What is Fextralife Fix?

Fextralife Fix is a Chrome extension developed by wacky, and its main feature is "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Extension Screenshots

screenshot
screenshot

Download Fextralife Fix Extension CRX File

Download Fextralife Fix extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
Official URL 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.
File Size 281 KB
Installation Count 53
Current Version 1.0
Last Updated 2023-09-03
Publish Date 2023-09-02
Rating 3.50/5 Total 2 Ratings
Developer wacky
Email [email protected]
Payment Type free
Supported Languages 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"
        }
    }
}