Twitch - Bonus Collector
Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.
Co to jest Twitch - Bonus Collector?
Twitch - Bonus Collector to rozszerzenie Chrome opracowane przez Alexander Gerasimov, a jego główną funkcją jest „Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Twitch - Bonus Collector
Pobierz pliki rozszerzeń Twitch - Bonus 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
Simple use! Nothing extra!
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | dlohmjidoachadcbejnkpaikmgphoilo |
Oficjalny URL | https://chrome.google.com/webstore/detail/twitch-bonus-collector/dlohmjidoachadcbejnkpaikmgphoilo |
Opis | Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you. |
Rozmiar pliku | 70.15 KB |
Liczba instalacji | 322 |
Aktualna Wersja | 1.0.5 |
Ostatnia Aktualizacja | 2021-05-19 |
Data Publikacji | 2020-04-16 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | Alexander Gerasimov |
[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": 2, "minimum_chrome_version": "22.0", "name": "Twitch - Bonus Collector", "description": "Automatic collection of bonuses for Twitch chat. You don't have to worry about getting bonuses. The extension will do it for you.", "version": "1.0.5", "author": "Alexander Gerasimov", "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" }, "browser_action": { "default_title": "Twitch - Bonus Collector", "default_popup": "popup.html", "default_icon": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "64": "img\/icon64.png" } }, "content_scripts": [ { "matches": [ "https:\/\/www.twitch.tv\/*" ], "js": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/content.js" ], "css": [ "css\/content.css" ] } ], "background": { "scripts": [ "js\/vendor\/jquery\/jquery-3.2.1.slim.min.js", "js\/core.js", "js\/background.js" ] }, "permissions": [ "storage", "activeTab", "https:\/\/www.twitch.tv\/*" ] } |