Disable Twitch extensions

Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels

O que é Disable Twitch extensions?

Disable Twitch extensions é uma extensão do Chrome desenvolvida por https://twitch-tools.rootonline.de, e sua principal característica é "Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Disable Twitch extensions

Baixe arquivos de extensão Disable Twitch extensions 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 extension allows you to either disable / hide / block all Twitch channel extensions or just selected ones. There is also an option to only allow selected extensions to display.                    

Informações Básicas da Extensão

Nome Disable Twitch extensions Disable Twitch extensions
ID nmogopjdbhhnbkiklkdahphkdpbjfine
URL Oficial https://chromewebstore.google.com/detail/disable-twitch-extensions/nmogopjdbhhnbkiklkdahphkdpbjfine
Descrição Be able to disable / hide / block all or only certain Twitch extensions on Twitch channels
Tamanho do Arquivo 95.86 KB
Contagem de Instalações 3,748
Versão Atual 0.6.0
Última Atualização 2023-06-30
Data de Publicação 2021-08-03
Classificação 4.33/5 Total de 12 Avaliações
Desenvolvedor https://twitch-tools.rootonline.de
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Disable Twitch extensions",
    "version": "0.6.0",
    "manifest_version": 3,
    "description": "Be able to disable \/ hide \/ block all or only certain Twitch extensions on Twitch channels",
    "homepage_url": "https:\/\/twitch-tools.rootonline.de\/",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "permissions": [
        "declarativeNetRequestWithHostAccess",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.ext-twitch.tv\/*",
        "https:\/\/player.twitch.tv\/*",
        "https:\/\/www.twitch.tv\/*"
    ],
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src 'self' https:\/\/twitch-tools.rootonline.de"
    },
    "options_ui": {
        "page": "src\/options.html"
    },
    "action": {
        "browser_style": false,
        "default_popup": "src\/options.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}