Twitch Auto Looter

Twitch Auto Channel points looter!

Vad är Twitch Auto Looter?

Twitch Auto Looter är en Chrome-tillägg utvecklad av C4LLZ, och dess huvudfunktion är "Twitch Auto Channel points looter!".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Twitch Auto Looter-förlängningens CRX-fil

Ladda ner Twitch Auto Looter-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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]                    

Grundläggande Information om Tillägg

Namn Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
Officiell webbadress https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
Beskrivning Twitch Auto Channel points looter!
Filstorlek 88.43 KB
Antal Installationer 4,958
Aktuell Version 2.0.0
Senast Uppdaterad 2020-12-21
Publiceringsdatum 2020-02-17
Betyg 4.20/5 Totalt 5 Betyg
Utvecklare C4LLZ
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
        }
    ]
}