Twitch loot auto-clicker
An extension who clicks on every twitch loot and gets you reports about it
Hvad er Twitch loot auto-clicker?
Twitch loot auto-clicker er en Chrome-udvidelse udviklet af RubenRubioM, og dens hovedfunktion er "An extension who clicks on every twitch loot and gets you reports about it".
Udvidelsesskærmbilleder
Download Twitch loot auto-clicker-udvidelses-CRX-fil
Download Twitch loot auto-clicker-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
It's simple, whenever a twitch lootbox is avaliable this extension will click it for you.
🚀 Stats page
⭐️ Points colected with the extension
⭐️ Time left to the next loot box to be avaliable
⭐️ Time spent watching a specific streamer
⭐️ Reset the stats everytime you want
⭐️ Bar chart
⭐️ Pie chart Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | njpjlabehnoepgbbnnkokeadmcgmeoif |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-loot-auto-clicker/njpjlabehnoepgbbnnkokeadmcgmeoif |
| Beskrivelse | An extension who clicks on every twitch loot and gets you reports about it |
| Filstørrelse | 7.15 MB |
| Antal Installationer | 1,865 |
| Nuværende Version | 2.3.0 |
| Senest Opdateret | 2021-10-17 |
| Udgivelsesdato | 2020-07-03 |
| Bedømmelse | 4.57/5 Samlet 14 Bedømmelser |
| Udvikler | RubenRubioM |
| [email protected] | |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/RubenRubioM/TwitchLootClicker |
| Understøttede Sprog | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitch loot auto-clicker",
"version": "2.3.0",
"description": "An extension who clicks on every twitch loot and gets you reports about it",
"icons": {
"16": "images\/appIcon16.png",
"32": "images\/appIcon32.png",
"48": "images\/appIcon48.png",
"128": "images\/appIcon128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "images\/appIcon16.png",
"32": "images\/appIcon32.png",
"48": "images\/appIcon48.png",
"128": "images\/appIcon128.png"
}
},
"author": "Rub\u00e9n Rubio Mart\u00ednez",
"host_permissions": [
"http:\/\/www.twitch.com\/",
"*:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"content.js",
"functions.js",
"constants.js"
]
}
],
"options_page": "options.html",
"offline_enabled": false,
"permissions": [
"storage"
]
} | |