Twitch Auto Looter

Twitch Auto Channel points looter!

What is Twitch Auto Looter?

Twitch Auto Looter is a Chrome extension developed by C4LLZ, and its main feature is "Twitch Auto Channel points looter!".

Extension Screenshots

screenshot
screenshot

Download Twitch Auto Looter Extension CRX File

Download Twitch Auto Looter 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

                        This extension is a auto looter for Twitch's Channel points.


Features

- Ability to be AFK and still get channel points.
- Focus on the content you are watching without getting disturbed. 
- Multiple stream support. 


If you have any issues please contact me on my Github page or send me an email.

Github : https://github.com/C4LLZ/TwitchLooter/issues
Email : [email protected]                    

Extension Basic Information

Name Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
Official URL https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
Description Twitch Auto Channel points looter!
File Size 88.43 KB
Installation Count 4,958
Current Version 2.0.0
Last Updated 2020-12-21
Publish Date 2020-02-17
Rating 4.20/5 Total 5 Ratings
Developer C4LLZ
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Auto Looter",
    "version": "2.0.0",
    "description": "Twitch Auto Channel points looter!",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "short_name": "Twitch Looter",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitch Auto Looter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js",
                "notify.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}