Twitch Auto Looter

Twitch Auto Channel points looter!

Twitch Auto Looter क्या है?

Twitch Auto Looter C4LLZ द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Twitch Auto Channel points looter!"।

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

screenshot
screenshot

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

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

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

                        This extension is a auto looter for Twitch's Channel points.


Features

- Ability to be AFK and still get channel points.
- Focus on the content you are watching without getting disturbed. 
- Multiple stream support. 


If you have any issues please contact me on my Github page or send me an email.

Github : https://github.com/C4LLZ/TwitchLooter/issues
Email : [email protected]                    

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

नाम Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
आधिकारिक URL https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
विवरण Twitch Auto Channel points looter!
फ़ाइल का आकार 88.43 KB
स्थापना संख्या 4,958
वर्तमान संस्करण 2.0.0
अंतिम अपडेट 2020-12-21
प्रकाशन तिथि 2020-02-17
रेटिंग 4.20/5 कुल 5 रेटिंग्स
डेवलपर C4LLZ
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Twitch Auto Looter",
    "version": "2.0.0",
    "description": "Twitch Auto Channel points looter!",
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "https:\/\/*.twitch.tv\/*"
    ],
    "short_name": "Twitch Looter",
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Twitch Auto Looter"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitch.tv\/*"
            ],
            "js": [
                "main.js",
                "jquery-3.3.1.min.js",
                "notify.min.js"
            ],
            "run_at": "document_end"
        }
    ]
}