Twitch gift auto clicker
Auto click to claim +50 bonus channel points.
Wat is Twitch gift auto clicker?
Twitch gift auto clicker is een Chrome-extensie ontwikkeld door Nikita Madeev, en de belangrijkste functie is "Auto click to claim +50 bonus channel points.".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch gift auto clicker
Download Twitch gift auto clicker-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Auto click to claim +50 bonus channel points. The dotted stroke and an eyes emoji in the corner of the block with channel points indicates that the extension has started tracking points and will automatically click on a gift when it appears. ——————————————————— Source code and bug tracker https://github.com/NekitCorp/twitch-gift-auto-clicker
Basisinformatie over de Extensie
Naam | Twitch gift auto clicker |
ID | bpmlmokbcfjnjodihdnobmaphhdoepdb |
Officiële URL | https://chromewebstore.google.com/detail/twitch-gift-auto-clicker/bpmlmokbcfjnjodihdnobmaphhdoepdb |
Beschrijving | Auto click to claim +50 bonus channel points. |
Bestandsgrootte | 8 KB |
Aantal Installaties | 46 |
Huidige Versie | 2.2.0 |
Laatst Bijgewerkt | 2023-10-19 |
Publicatiedatum | 2023-05-06 |
Beoordeling | 4.67/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Nikita Madeev |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Help Pagina-URL | https://github.com/NekitCorp/twitch-gift-auto-clicker |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Twitch gift auto clicker", "description": "Auto click to claim +50 bonus channel points.", "version": "2.2.0", "manifest_version": 3, "icons": { "16": ".\/icons\/icon-16.png", "32": ".\/icons\/icon-32.png", "48": ".\/icons\/icon-48.png", "128": ".\/icons\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/www.twitch.tv\/*", "*:\/\/twitch.tv\/*" ], "js": [ "content_script.js" ] } ], "action": { "default_popup": "popup.html" }, "permissions": [ "storage" ] } |