Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Cos'è Csgopolygon Withdraw Assistant?
Csgopolygon Withdraw Assistant è un'estensione di Chrome sviluppata da https://www.protogalaxy.me, e la sua funzione principale è "A chrome extension for retrieving new items in the withdraw panel".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Csgopolygon Withdraw Assistant
Scarica i file di estensione Csgopolygon Withdraw Assistant in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Informazioni di Base sull'Estensione
Nome | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
URL Ufficiale | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Descrizione | A chrome extension for retrieving new items in the withdraw panel |
Dimensione del File | 112 KB |
Conteggio Installazioni | 19 |
Versione Corrente | 0.9 |
Ultimo Aggiornamento | 2017-11-08 |
Data di Pubblicazione | 2017-11-08 |
Sviluppatore | https://www.protogalaxy.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.protogalaxy.me |
URL della Pagina di Aiuto | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Lingue Supportate | 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" ] } ] } |