Twitch Points Farmer (Autoclicker)

Twitch Points Farmer (Autoclicker)

Cos'è Twitch Points Farmer (Autoclicker)?

Twitch Points Farmer (Autoclicker) è un'estensione di Chrome sviluppata da Fenidaz, e la sua funzione principale è "Twitch Points Farmer (Autoclicker)".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Twitch Points Farmer (Autoclicker)

Scarica i file di estensione Twitch Points Farmer (Autoclicker) 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 automatically collects the "BIG POINTS" (green button with chest) of any Twitch channel that you have open in your browser.                    

Informazioni di Base sull'Estensione

Nome Twitch Points Farmer (Autoclicker) Twitch Points Farmer (Autoclicker)
ID cpcpkmbmoedkjfmenhgfjmpcpbadfdie
URL Ufficiale https://chromewebstore.google.com/detail/twitch-points-farmer-auto/cpcpkmbmoedkjfmenhgfjmpcpbadfdie
Descrizione Twitch Points Farmer (Autoclicker)
Dimensione del File 14.9 KB
Conteggio Installazioni 1,416
Versione Corrente 2.1.9
Ultimo Aggiornamento 2023-10-24
Data di Pubblicazione 2021-11-25
Valutazione 3.60/5 Totale 5 Valutazioni
Sviluppatore Fenidaz
Email [email protected]
Tipo di Pagamento free
URL della Pagina della Politica sulla Privacy https://www.privacypolicyonline.com/live.php?token=DZE5GVTauhrToJfgN0BWKs5sLX75z62c
Lingue Supportate en,es-419
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "2.1.9",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "permissions": [],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/www.twitch.tv\/*"
            ],
            "js": [
                "background.js"
            ]
        }
    ],
    "manifest_version": 3,
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    }
}