WebExtension.net
WebExtension.net

Twitch Enhancer

View on Chrome Web Store
View Twitch Enhancer Chrome Extension on Chrome Web Store
3.9 (42 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Extension that adds what is missing on Twitch.
Type
Extension
Users
30,000 users
Website enhancer.pro
animekkk
View author page of animekkk
Published
Published on November 9, 2021
Version 4.0.16
Manifest version
3
Updated
Updated on October 28, 2024
View on Chrome Web Store
View Twitch Enhancer Chrome Extension on Chrome Web Store
make_chrome_yours/functionality
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Enhancer",
    "description": "Extension that adds what is missing on Twitch.",
    "version": "4.0.16",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "inject.js",
                "content.js"
            ],
            "all_frames": true,
            "css": [
                "bundle.css"
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js",
        "scripts": [
            "worker.js"
        ]
    },
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "resources": [
                "index.js",
                "bundle.css",
                "img\/*.png",
                "img\/*.svg",
                "img\/*.jpg",
                "sounds\/*.ogg",
                "sounds\/*.mp3"
            ]
        }
    ],
    "permissions": [
        "*:\/\/*.twitch.tv\/*"
    ],
    "icons": {
        "128": "img\/icon.png"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top