Twitch loot auto-clicker

An extension who clicks on every twitch loot and gets you reports about it

What is Twitch loot auto-clicker?

Twitch loot auto-clicker is a Chrome extension developed by RubenRubioM, and its main feature is "An extension who clicks on every twitch loot and gets you reports about it".

Extension Screenshots

screenshot
screenshot
screenshot

Download Twitch loot auto-clicker Extension CRX File

Download Twitch loot auto-clicker 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

                        It's simple, whenever a twitch lootbox is avaliable this extension will click it for you.

🚀 Stats page
⭐️ Points colected with the extension
⭐️ Time left to the next loot box to be avaliable
⭐️ Time spent watching a specific streamer
⭐️ Reset the stats everytime you want
⭐️ Bar chart
⭐️ Pie chart                    

Extension Basic Information

Name Twitch loot auto-clicker Twitch loot auto-clicker
ID njpjlabehnoepgbbnnkokeadmcgmeoif
Official URL https://chromewebstore.google.com/detail/twitch-loot-auto-clicker/njpjlabehnoepgbbnnkokeadmcgmeoif
Description An extension who clicks on every twitch loot and gets you reports about it
File Size 7.15 MB
Installation Count 1,865
Current Version 2.3.0
Last Updated 2021-10-17
Publish Date 2020-07-03
Rating 4.57/5 Total 14 Ratings
Developer RubenRubioM
Email [email protected]
Payment Type free
Extension Website https://github.com/RubenRubioM/TwitchLootClicker
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twitch loot auto-clicker",
    "version": "2.3.0",
    "description": "An extension who clicks on every twitch loot and gets you reports about it",
    "icons": {
        "16": "images\/appIcon16.png",
        "32": "images\/appIcon32.png",
        "48": "images\/appIcon48.png",
        "128": "images\/appIcon128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/appIcon16.png",
            "32": "images\/appIcon32.png",
            "48": "images\/appIcon48.png",
            "128": "images\/appIcon128.png"
        }
    },
    "author": "Rub\u00e9n Rubio Mart\u00ednez",
    "host_permissions": [
        "http:\/\/www.twitch.com\/",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "content.js",
                "functions.js",
                "constants.js"
            ]
        }
    ],
    "options_page": "options.html",
    "offline_enabled": false,
    "permissions": [
        "storage"
    ]
}