Tinker for Twitch

Control visual elements of Twitch.tv

Qu'est-ce que Tinker for Twitch ?

Tinker for Twitch est une extension Chrome développée par matou.io, et sa fonction principale est "Control visual elements of Twitch.tv".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Tinker for Twitch

Téléchargez les fichiers d'extension Tinker for Twitch au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
URL Officiel https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
Description Control visual elements of Twitch.tv
Taille du Fichier 22.43 KB
Nombre d'Installations 36
Version Actuelle 2.5.4
Dernière Mise à Jour 2020-03-23
Date de Publication 2020-03-23
Évaluation 5.00/5 Total 2 Évaluations
Développeur matou.io
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/matoululu/Tinker
Langues Prises en Charge 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"
    }
}