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 - это расширение Chrome, разработанное 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 расширения Fextralife Fix

Скачайте файлы расширений Fextralife Fix в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        }
    }
}