Channel Point and Drop Collector
Collects bonus channel points and claims Drops while watching a stream on Twitch.
Co to jest Channel Point and Drop Collector?
Channel Point and Drop Collector to rozszerzenie Chrome opracowane przez WeaselStorm, a jego główną funkcją jest „Collects bonus channel points and claims Drops while watching a stream on Twitch.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Channel Point and Drop Collector
Pobierz pliki rozszerzeń Channel Point and Drop 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
Collects bonus channel points while watching your favorite streamers and claims any Drops from the new Twitch Drops and Inventory system automatically. Simply open the stream you wish to claim drops from and let the extension do the rest.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Oficjalny URL | https://chrome.google.com/webstore/detail/channel-point-and-drop-co/ffnpmjlpaidhikgbhnjdhpcjcnlonigg |
Opis | Collects bonus channel points and claims Drops while watching a stream on Twitch. |
Rozmiar pliku | 11.4 KB |
Liczba instalacji | 3,691 |
Aktualna Wersja | 0.0.10 |
Ostatnia Aktualizacja | 2022-01-02 |
Data Publikacji | 2021-12-22 |
Ocena | 3.57/5 Łącznie 7 Oceny |
Deweloper | WeaselStorm |
[email protected] | |
Strona Rozszerzenia | https://github.com/WeaselStorm/ChannelPointCollector |
Adres URL Strony Pomocy | https://github.com/WeaselStorm/ChannelPointCollector/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Channel Point and Drop Collector", "version": "0.0.10", "description": "Collects bonus channel points and claims Drops while watching a stream on Twitch.", "icons": { "128": "icon128.png", "64": "icon64.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/interaction.js" ] } ] } |