Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Co je Csgopolygon Withdraw Assistant?
Csgopolygon Withdraw Assistant je rozšíření Chrome vyvinuté https://www.protogalaxy.me, a jeho hlavní funkcí je „A chrome extension for retrieving new items in the withdraw panel“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Csgopolygon Withdraw Assistant
Stáhněte si soubory rozšíření Csgopolygon Withdraw Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Základní Informace o Rozšíření
Název | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
Oficiální URL | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Popis | A chrome extension for retrieving new items in the withdraw panel |
Velikost souboru | 112 KB |
Počet instalací | 19 |
Aktuální Verze | 0.9 |
Poslední Aktualizace | 2017-11-08 |
Datum Vydání | 2017-11-08 |
Vývojář | https://www.protogalaxy.me |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.protogalaxy.me |
URL Stránky Nápovědy | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Podporované Jazyky | 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" ] } ] } |