Autoclick Twitch Bonus Button
This script runs every 5 seconds and clicks a bonus button if there is one.
Wat is Autoclick Twitch Bonus Button?
Autoclick Twitch Bonus Button is een Chrome-extensie ontwikkeld door Leigh Murray, en de belangrijkste functie is "This script runs every 5 seconds and clicks a bonus button if there is one.".
Extensie Screenshots
Download het CRX-bestand van de extensie Autoclick Twitch Bonus Button
Download Autoclick Twitch Bonus Button-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
This script automatically clicks the bonus button for you. Basisinformatie over de Extensie
| Naam | |
| ID | holjgpedhpaonejepdoaigfmmdmebkha |
| Officiële URL | https://chromewebstore.google.com/detail/autoclick-twitch-bonus-bu/holjgpedhpaonejepdoaigfmmdmebkha |
| Beschrijving | This script runs every 5 seconds and clicks a bonus button if there is one. |
| Bestandsgrootte | 5.53 KB |
| Aantal Installaties | 511 |
| Huidige Versie | 1.0 |
| Laatst Bijgewerkt | 2020-02-01 |
| Publicatiedatum | 2020-02-01 |
| Beoordeling | 2.33/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Leigh Murray |
| Betalingswijze | free |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Autoclick Twitch Bonus Button",
"version": "1.0",
"description": "This script runs every 5 seconds and clicks a bonus button if there is one.",
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"https:\/\/www.twitch.tv\/*"
]
}
],
"icons": {
"128": "icon128.png"
},
"manifest_version": 2
} | |