Twitch Channel Points Auto-Clicker
Auto-click those channel point bonuses
Vad är Twitch Channel Points Auto-Clicker?
Twitch Channel Points Auto-Clicker är en Chrome-tillägg utvecklad av trmcnvn, och dess huvudfunktion är "Auto-click those channel point bonuses".
Tilläggsskärmbilder
Ladda ner Twitch Channel Points Auto-Clicker-förlängningens CRX-fil
Ladda ner Twitch Channel Points Auto-Clicker-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Auto-click those channel point bonuses on Twitch Grundläggande Information om Tillägg
| Namn | |
| ID | mdlokilgafgmaeojenoidfpjcacpllap |
| Officiell webbadress | https://chrome.google.com/webstore/detail/twitch-channel-points-aut/mdlokilgafgmaeojenoidfpjcacpllap |
| Beskrivning | Auto-click those channel point bonuses |
| Filstorlek | 11.37 KB |
| Antal Installationer | 30,000 |
| Aktuell Version | 0.9 |
| Senast Uppdaterad | 2021-09-10 |
| Publiceringsdatum | 2019-11-04 |
| Betyg | 4.30/5 Totalt 61 Betyg |
| Utvecklare | trmcnvn |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/trmcnvn/twitch-channel-points |
| Hjälpsida URL | https://github.com/trmcnvn/twitch-channel-points/issues |
| Stödda Språk | 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
}
]
} | |