Tinker for Twitch

Control visual elements of Twitch.tv

What is Tinker for Twitch?

Tinker for Twitch is a Chrome extension developed by matou.io, and its main feature is "Control visual elements of Twitch.tv".

Extension Screenshots

screenshot
screenshot

Download Tinker for Twitch Extension CRX File

Download Tinker for Twitch extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Tinker for Twitch Tinker for Twitch
ID aelphekojmlpcdoohblacpihddffflke
Official URL https://chromewebstore.google.com/detail/tinker-for-twitch/aelphekojmlpcdoohblacpihddffflke
Description Control visual elements of Twitch.tv
File Size 22.43 KB
Installation Count 36
Current Version 2.5.4
Last Updated 2020-03-23
Publish Date 2020-03-23
Rating 5.00/5 Total 2 Ratings
Developer matou.io
Email [email protected]
Payment Type free
Extension Website https://github.com/matoululu/Tinker
Supported Languages 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"
    }
}