Twitch loot auto-clicker

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

Twitch loot auto-clicker क्या है?

Twitch loot auto-clicker RubenRubioM द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension who clicks on every twitch loot and gets you reports about it"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Twitch loot auto-clicker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Twitch loot auto-clicker Twitch loot auto-clicker
ID njpjlabehnoepgbbnnkokeadmcgmeoif
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-loot-auto-clicker/njpjlabehnoepgbbnnkokeadmcgmeoif
विवरण An extension who clicks on every twitch loot and gets you reports about it
फ़ाइल का आकार 7.15 MB
स्थापना संख्या 1,865
वर्तमान संस्करण 2.3.0
अंतिम अपडेट 2021-10-17
प्रकाशन तिथि 2020-07-03
रेटिंग 4.57/5 कुल 14 रेटिंग्स
डेवलपर RubenRubioM
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://github.com/RubenRubioM/TwitchLootClicker
समर्थित भाषाएँ 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"
    ]
}