Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Co to jest Csgopolygon Withdraw Assistant?
Csgopolygon Withdraw Assistant to rozszerzenie Chrome opracowane przez https://www.protogalaxy.me, a jego główną funkcją jest „A chrome extension for retrieving new items in the withdraw panel”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Csgopolygon Withdraw Assistant
Pobierz pliki rozszerzeń Csgopolygon Withdraw Assistant 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
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
Oficjalny URL | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Opis | A chrome extension for retrieving new items in the withdraw panel |
Rozmiar pliku | 112 KB |
Liczba instalacji | 19 |
Aktualna Wersja | 0.9 |
Ostatnia Aktualizacja | 2017-11-08 |
Data Publikacji | 2017-11-08 |
Deweloper | https://www.protogalaxy.me |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.protogalaxy.me |
Adres URL Strony Pomocy | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Csgopolygon Withdraw Assistant", "short_name": "Withdraw Assistant", "description": "A chrome extension for retrieving new items in the withdraw panel", "version": "0.9", "icons": { "16": "assets\/images\/icon16.png", "48": "assets\/images\/icon48.png", "128": "assets\/images\/icon128.png" }, "browser_action": { "default_icon": { "16": "assets\/images\/icon16.png", "24": "assets\/images\/icon24.png", "32": "assets\/images\/icon32.png" }, "default_title": "Withdraw Assistant", "default_popup": "popup.html" }, "permissions": [ "tabs" ], "background": { "scripts": [ "assets\/imports\/jquery-3.2.1.min.js", "eventPage.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "https:\/\/csgopolygon.com\/withdraw.php" ], "css": [ "assets\/css\/withdraw.css" ], "js": [ "assets\/imports\/jQuery-3.2.1.min.js", "assets\/js\/withdraw.js" ] } ] } |