Twich.tv: Auto-Point Claimer

An easy and automatic way to claim Channel Points for twitch.tv.

Twich.tv: Auto-Point Claimer क्या है?

Twich.tv: Auto-Point Claimer LorenKociko द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An easy and automatic way to claim Channel Points for twitch.tv."।

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

screenshot
screenshot

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

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

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

                        An easy and automatic way to claim Channel Points for twitch.tv.

This extension will auto check if the "Claim Bonus" button is available, and proceed to click it.                    

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

नाम Twich.tv: Auto-Point Claimer Twich.tv: Auto-Point Claimer
ID dfjjoleblddbjilmihenpcpjkndamphe
आधिकारिक URL https://chromewebstore.google.com/detail/twichtv-auto-point-claime/dfjjoleblddbjilmihenpcpjkndamphe
विवरण An easy and automatic way to claim Channel Points for twitch.tv.
फ़ाइल का आकार 260 KB
स्थापना संख्या 3,577
वर्तमान संस्करण 1.0
अंतिम अपडेट 2022-02-27
प्रकाशन तिथि 2022-02-24
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर LorenKociko
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Twich.tv: Auto-Point Claimer",
    "description": "An easy and automatic way to claim Channel Points for twitch.tv.",
    "version": "1.0",
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": ".\/icons\/16.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": {
            "16": ".\/icons\/16.png",
            "48": ".\/icons\/48.png",
            "128": ".\/icons\/128.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "index.js"
            ]
        }
    ]
}