Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "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" } }