Twitch loot auto-clicker

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

Qu'est-ce que Twitch loot auto-clicker ?

Twitch loot auto-clicker est une extension Chrome développée par RubenRubioM, et sa fonction principale est "An extension who clicks on every twitch loot and gets you reports about it".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Twitch loot auto-clicker

Téléchargez les fichiers d'extension Twitch loot auto-clicker au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Twitch loot auto-clicker Twitch loot auto-clicker
ID njpjlabehnoepgbbnnkokeadmcgmeoif
URL Officiel 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
Taille du Fichier 7.15 MB
Nombre d'Installations 1,865
Version Actuelle 2.3.0
Dernière Mise à Jour 2021-10-17
Date de Publication 2020-07-03
Évaluation 4.57/5 Total 14 Évaluations
Développeur RubenRubioM
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/RubenRubioM/TwitchLootClicker
Langues Prises en Charge 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"
    ]
}