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 Channel Points Autoclicker", "description": "Automatically gets all the Twitch.tv Channel Points for you", "version": "0.1.1", "manifest_version": 3, "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle" } ], "icons": { "48": "\/images\/logo48.png", "128": "\/images\/logo128.png" } }