Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Hvad er Twitch Coin Collector?
Twitch Coin Collector er en Chrome-udvidelse udviklet af Rene B., og dens hovedfunktion er "A Chrome Extension to collect the twitch channel points automatically.".
Udvidelsesskærmbilleder
Download Twitch Coin Collector-udvidelses-CRX-fil
Download Twitch Coin Collector-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
With this chrome extension you can collect the twitch channel rewards automatically. Grundlæggende oplysninger om udvidelsen
| Navn | |
| ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
| Officiel URL | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
| Beskrivelse | A Chrome Extension to collect the twitch channel points automatically. |
| Filstørrelse | 16.42 KB |
| Antal Installationer | 55 |
| Nuværende Version | 0.1.0 |
| Senest Opdateret | 2022-04-28 |
| Udgivelsesdato | 2022-04-28 |
| Bedømmelse | 5.00/5 Samlet 1 Bedømmelser |
| Udvikler | Rene B. |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Twitch Coin Collector",
"description": "A Chrome Extension to collect the twitch channel points automatically.",
"version": "0.1.0",
"action": {
"default_icon": "assets\/coin_click_64.png",
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"*:\/\/*.twitch.tv\/*"
],
"js": [
"content.js"
]
}
]
} | |