Fextralife Fix

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

O que é Fextralife Fix?

Fextralife Fix é uma extensão do Chrome desenvolvida por wacky, e sua principal característica é "This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Fextralife Fix

Baixe arquivos de extensão Fextralife Fix no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

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

Informações Básicas da Extensão

Nome Fextralife Fix Fextralife Fix
ID apmlleaenngdncjedemihifpgpeinokb
URL Oficial https://chromewebstore.google.com/detail/fextralife-fix/apmlleaenngdncjedemihifpgpeinokb
Descrição This little extension removes the twitch embed from the fextralife website. If you want to use that site for some reason.
Tamanho do Arquivo 281 KB
Contagem de Instalações 53
Versão Atual 1.0
Última Atualização 2023-09-03
Data de Publicação 2023-09-02
Classificação 3.50/5 Total de 2 Avaliações
Desenvolvedor wacky
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
        }
    }
}