Twitch - Auto Channel Points
Automatically collects Twitch.tv channel points
Co to jest Twitch - Auto Channel Points?
Twitch - Auto Channel Points to rozszerzenie Chrome opracowane przez arnoutpullen, a jego główną funkcją jest „Automatically collects Twitch.tv channel points”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch - Auto Channel Points
Pobierz pliki rozszerzeń Twitch - Auto Channel Points 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
Automatically collects Twitch.tv channel points, without you having to do anything. This way you can collect a lot of points while watching your favorite streamer(s)!
If it doesn't work on your browser, I recommed to try the BetterTTV extension.
https://chrome.google.com/webstore/detail/betterttv/ajopnjidmegmdimjlfnijceegpefgped Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | pnifeididimfpaomnnellcfjnjmgoepk |
| Oficjalny URL | https://chromewebstore.google.com/detail/twitch-auto-channel-point/pnifeididimfpaomnnellcfjnjmgoepk |
| Opis | Automatically collects Twitch.tv channel points |
| Rozmiar pliku | 19.93 KB |
| Liczba instalacji | 14,799 |
| Aktualna Wersja | 1.0.2 |
| Ostatnia Aktualizacja | 2022-01-27 |
| Data Publikacji | 2020-04-07 |
| Ocena | 2.86/5 Łącznie 36 Oceny |
| Deweloper | arnoutpullen |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/ArnoutPullen/TwitchAutoChannelPoints |
| Adres URL Strony Pomocy | https://github.com/ArnoutPullen/TwitchAutoChannelPoints/issues |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Twitch - Auto Channel Points",
"description": "Automatically collects Twitch.tv channel points",
"version": "1.0.2",
"author": "Arnout Pullen",
"content_scripts": [
{
"js": [
"sites\/twitch\/twitch.js"
],
"matches": [
"https:\/\/*.twitch.tv\/*"
]
}
],
"icons": {
"128": "assets\/icons\/icon-128x128.png",
"16": "assets\/icons\/icon-16x16.png",
"32": "assets\/icons\/icon-32x32.png",
"48": "assets\/icons\/icon-48x48.png"
}
} | |