Tinker for Twitch

Control visual elements of Twitch.tv

Cos'è Tinker for Twitch?

Tinker for Twitch è un'estensione di Chrome sviluppata da matou.io, e la sua funzione principale è "Control visual elements of Twitch.tv".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Tinker for Twitch

Scarica i file di estensione Tinker for Twitch in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
URL Ufficiale https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
Descrizione Control visual elements of Twitch.tv
Dimensione del File 22.43 KB
Conteggio Installazioni 36
Versione Corrente 2.5.4
Ultimo Aggiornamento 2020-03-23
Data di Pubblicazione 2020-03-23
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore matou.io
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/matoululu/Tinker
Lingue Supportate 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"
    }
}