Twitch Points Chest Clicker

Clicks the twitch points chest automatically for you.

Twitch Points Chest Clicker क्या है?

Twitch Points Chest Clicker Clinton द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Clicks the twitch points chest automatically for you."।

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

screenshot

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

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

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

                        Automatically clicks the points chest for twitch streams. Checks every 15 seconds.                    

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

नाम Twitch Points Chest Clicker Twitch Points Chest Clicker
ID lmnekimpcncfaincbkgnbmbjcnkncpff
आधिकारिक URL https://chrome.google.com/webstore/detail/twitch-points-chest-click/lmnekimpcncfaincbkgnbmbjcnkncpff
विवरण Clicks the twitch points chest automatically for you.
फ़ाइल का आकार 18.34 KB
स्थापना संख्या 91
वर्तमान संस्करण 0.3
अंतिम अपडेट 2020-12-21
प्रकाशन तिथि 2020-05-02
डेवलपर Clinton
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Points Chest Clicker",
    "version": "0.3",
    "description": "Clicks the twitch points chest automatically for you.",
    "icons": {
        "48": "icons\/treasure_Chest_48.png",
        "96": "icons\/treasure_Chest_96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "twitch_points.js"
            ]
        }
    ]
}