Twitch Coin Collector
A Chrome Extension to collect the twitch channel points automatically.
Co to jest Twitch Coin Collector?
Twitch Coin Collector to rozszerzenie Chrome opracowane przez Rene B., a jego główną funkcją jest „A Chrome Extension to collect the twitch channel points automatically.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch Coin Collector
Pobierz pliki rozszerzeń Twitch Coin Collector w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
With this chrome extension you can collect the twitch channel rewards automatically. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | kjfhmebpccbcooagfbfgddoebmkmclmb |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitch-coin-collector/kjfhmebpccbcooagfbfgddoebmkmclmb |
| Opis | A Chrome Extension to collect the twitch channel points automatically. |
| Rozmiar pliku | 16.42 KB |
| Liczba instalacji | 55 |
| Aktualna Wersja | 0.1.0 |
| Ostatnia Aktualizacja | 2022-04-28 |
| Data Publikacji | 2022-04-28 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | Rene B. |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
]
}
]
} | |