AutoClaimer - Claim Twitch Channel Points

Claim Twitch Channel Points Automatically

AutoClaimer - Claim Twitch Channel Points क्या है?

AutoClaimer - Claim Twitch Channel Points SageMod द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Claim Twitch Channel Points Automatically"।

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

screenshot

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

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

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

                        Auto claim channel points bonus on twitch.tv

This extension automatically claim channel points when the "claim bonus" button is available on Twitch.

Request new features or found a bug? Tweet at https://twitter.com/ravensmove

Buy Me A Coffee: https://www.buymeacoffee.com/ravensmove

Love the extension? Give us a rating!

FAQ:
1. What information do you collect?
I do not collect any personal data.

Stay in touch:
Follow me on Twitter: https://twitter.com/ravensmove
Follow me on YouTube: https://www.youtube.com/channel/UCf6iug9TTijGv6QTkASvCHw?sub_confirmation=1                    

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

नाम AutoClaimer - Claim Twitch Channel Points AutoClaimer - Claim Twitch Channel Points
ID bageaanpgiopmkhancpngfndapencbdk
आधिकारिक URL https://chromewebstore.google.com/detail/autoclaimer-claim-twitch/bageaanpgiopmkhancpngfndapencbdk
विवरण Claim Twitch Channel Points Automatically
फ़ाइल का आकार 186 KB
स्थापना संख्या 41
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2022-10-31
प्रकाशन तिथि 2022-09-18
डेवलपर SageMod
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://ravensmove.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "AutoClaimer - Claim Twitch Channel Points",
    "description": "Claim Twitch Channel Points Automatically",
    "version": "1.0.1",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/assets\/index.js"
            ],
            "run_at": "document_end"
        }
    ],
    "action": {
        "default_title": "AutoClaimer - Claim Twitch Channel Points",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    }
}