Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Vad är Twitch Coin Collector?
Twitch Coin Collector är en Chrome-tillägg utvecklad av Rene B., och dess huvudfunktion är "A Chrome Extension to collect the twitch channel points automatically.".
Tilläggsskärmbilder
Ladda ner Twitch Coin Collector-förlängningens CRX-fil
Ladda ner Twitch Coin Collector-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
With this chrome extension you can collect the twitch channel rewards automatically. Grundläggande Information om Tillägg
| Namn | |
| ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
| Officiell webbadress | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
| Beskrivning | A Chrome Extension to collect the twitch channel points automatically. |
| Filstorlek | 16.42 KB |
| Antal Installationer | 55 |
| Aktuell Version | 0.1.0 |
| Senast Uppdaterad | 2022-04-28 |
| Publiceringsdatum | 2022-04-28 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | Rene B. |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
}
]
} | |