Inspect and view changes in Twitch Channel Point Claimer source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"manifest_version": 2,
"name": "Twitch Point Auto Claimer",
"version": "1.2",
"description": "Automatically clicks the bonus button to claim Twitch channel points",
"icons": {
"48": "icons/points-48.png"
},
"content_scripts": [
{
"matches": [
"*://*.twitch.tv/*"
],
"js": [
"clicker.js"
]
}
]
}