Fextralife Fix

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

Fextralife Fix क्या है?

Fextralife Fix wacky द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Fextralife Fix एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

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

एक्सटेंशन की मूल जानकारी

नाम Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
आधिकारिक URL https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
विवरण This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
फ़ाइल का आकार 281 KB
स्थापना संख्या 53
वर्तमान संस्करण 1.0
अंतिम अपडेट 2023-09-03
प्रकाशन तिथि 2023-09-02
रेटिंग 3.50/5 कुल 2 रेटिंग्स
डेवलपर wacky
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
        }
    }
}