Twitch Bonus Claimer

Claims twitch channel bonus immediately, automatically.

Twitch Bonus Claimer क्या है?

Twitch Bonus Claimer 0x0000 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Claims twitch channel bonus immediately, automatically."।

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

screenshot

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

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

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

                        Automatically claim your bonus channel points on Twitch by clicking the bonus button automatically, immediately!

While enjoying your favorite Twitch stream, you collect bonus loyalty points automatically.

You just need to open your stream and it will do its job silently.

For any issues occurred or comments, don't hesitate to contact with me. Any thought is appreciated.                    

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

नाम Twitch Bonus Claimer Twitch Bonus Claimer
ID ipdoelbonfnecijpmlgdmmakmifnicci
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-bonus-claimer/ipdoelbonfnecijpmlgdmmakmifnicci
विवरण Claims twitch channel bonus immediately, automatically.
फ़ाइल का आकार 52.36 KB
स्थापना संख्या 589
वर्तमान संस्करण 1.0.2
अंतिम अपडेट 2020-04-07
प्रकाशन तिथि 2020-04-06
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर 0x0000
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Twitch Bonus Claimer",
    "version": "1.0.2",
    "description": "Claims twitch channel bonus immediately, automatically.",
    "permissions": [
        "https:\/\/www.twitch.tv\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "content_scripts\/bonus_claimer.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "page_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/bonus_claimer_16.png",
            "32": "images\/bonus_claimer_32.png",
            "48": "images\/bonus_claimer_48.png",
            "128": "images\/bonus_claimer_128.png",
            "500": "images\/bonus_claimer_500.png"
        }
    },
    "icons": {
        "16": "images\/bonus_claimer_16.png",
        "32": "images\/bonus_claimer_32.png",
        "48": "images\/bonus_claimer_48.png",
        "128": "images\/bonus_claimer_128.png",
        "500": "images\/bonus_claimer_500.png"
    },
    "manifest_version": 2
}