Twitch Auto Channel Points

Automatically collects twitch channel points for you!

What is Twitch Auto Channel Points?

Twitch Auto Channel Points is a Chrome extension developed by joelkerfoot, and its main feature is "Automatically collects twitch channel points for you!".

Extension Screenshots

screenshot

Download Twitch Auto Channel Points Extension CRX File

Download Twitch Auto Channel Points 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

                        Automatically claims Channel Points on all twitch streams.

Works on multiple tabs.

View the source: https://github.com/kerfootj/twitch-auto-points                    

Extension Basic Information

Name Twitch Auto Channel Points Twitch Auto Channel Points
ID ohokfmiofkajalkbbdjbjlfbociflmfd
Official URL https://chrome.google.com/webstore/detail/twitch-auto-channel-point/ohokfmiofkajalkbbdjbjlfbociflmfd
Description Automatically collects twitch channel points for you!
File Size 6.07 KB
Installation Count 20,000
Current Version 1.0.0
Last Updated 2020-01-13
Publish Date 2020-01-13
Rating 3.69/5 Total 26 Ratings
Developer joelkerfoot
Payment Type free
Extension Website https://github.com/kerfootj/twitch-auto-points
Help Page URL https://github.com/kerfootj/twitch-auto-points/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Auto Channel Points",
    "version": "1.0.0",
    "description": "Automatically collects twitch channel points for you!",
    "manifest_version": 2,
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "points.js"
            ]
        }
    ],
    "icons": {
        "128": "icon.png",
        "48": "icon.png"
    }
}