Twitch Auto Looter

Twitch Auto Channel points looter!

Cos'è Twitch Auto Looter?

Twitch Auto Looter è un'estensione di Chrome sviluppata da C4LLZ, e la sua funzione principale è "Twitch Auto Channel points looter!".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Auto Looter

Scarica i file di estensione Twitch Auto Looter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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]                    

Informazioni di Base sull'Estensione

Nome Twitch Auto Looter Twitch Auto Looter
ID lfaegjjpmoccjblndpnlgkkaikkcjhhi
URL Ufficiale https://chromewebstore.google.com/detail/twitch-auto-looter/lfaegjjpmoccjblndpnlgkkaikkcjhhi
Descrizione Twitch Auto Channel points looter!
Dimensione del File 88.43 KB
Conteggio Installazioni 4,958
Versione Corrente 2.0.0
Ultimo Aggiornamento 2020-12-21
Data di Pubblicazione 2020-02-17
Valutazione 4.20/5 Totale 5 Valutazioni
Sviluppatore C4LLZ
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
        }
    ]
}