Tinker for Twitch

Control visual elements of Twitch.tv

O que é Tinker for Twitch?

Tinker for Twitch é uma extensão do Chrome desenvolvida por matou.io, e sua principal característica é "Control visual elements of Twitch.tv".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Tinker for Twitch

Baixe arquivos de extensão Tinker for Twitch 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

                        Give yourself more control over what is displayed on Twitch. Tinker allows you to toggle visual elements of Twitch so you can get rid of distracting or unwanted elements.

Tinker allows you to hide elements such as:
- Recommended channels
- Twitch prime elements
- Notifications
- Private messages

Tinker is still an active development so any feedback or issues can be reported here: https://github.com/matoululu/Tinker/issues                    

Informações Básicas da Extensão

Nome Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
URL Oficial https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
Descrição Control visual elements of Twitch.tv
Tamanho do Arquivo 22.43 KB
Contagem de Instalações 36
Versão Atual 2.5.4
Última Atualização 2020-03-23
Data de Publicação 2020-03-23
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor matou.io
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://github.com/matoululu/Tinker
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tinker for Twitch",
    "short_name": "Tinker",
    "version": "2.5.4",
    "description": "Control visual elements of Twitch.tv",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "override.css"
            ],
            "js": [
                "chromestorageservice.js",
                "override.js"
            ],
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "options.html"
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    }
}