Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
Wat is Twitch Channel Points Auto-Clicker?
Twitch Channel Points Auto-Clicker is een Chrome-extensie ontwikkeld door trmcnvn, en de belangrijkste functie is "Auto-click those channel point bonuses".
Extensie Screenshots
Download het CRX-bestand van de extensie Twitch Channel Points Auto-Clicker
Download Twitch Channel Points 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 those channel point bonuses on Twitch
Basisinformatie over de Extensie
Naam | |
ID | mdlokilgafgmaeojenoidfpjcacpllap |
Officiële URL | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
Beschrijving | Auto-click those channel point bonuses |
Bestandsgrootte | 11.37 KB |
Aantal Installaties | 30,000 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2021-09-10 |
Publicatiedatum | 2019-11-04 |
Beoordeling | 4.30/5 Totaal 61 Beoordelingen |
Ontwikkelaar | trmcnvn |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/trmcnvn/twitch-channel-points |
Help Pagina-URL | https://github.com/trmcnvn/twitch-channel-points/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Twitch Channel Points Auto-Clicker", "description": "Auto-click those channel point bonuses", "version": "0.9", "homepage_url": "https:\/\/github.com\/trmcnvn\/twitch-channel-points", "icons": { "16": "resources\/16.png", "48": "resources\/48.png", "96": "resources\/96.png", "128": "resources\/128.png" }, "web_accessible_resources": [ "dist\/src\/auto-clicker.js" ], "content_scripts": [ { "matches": [ "*:\/\/*.twitch.tv\/*" ], "js": [ "dist\/src\/index.js" ], "run_at": "document_idle", "all_frames": true } ] } |