Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Wat is Csgopolygon Withdraw Assistant?
Csgopolygon Withdraw Assistant is een Chrome-extensie ontwikkeld door https://www.protogalaxy.me, en de belangrijkste functie is "A chrome extension for retrieving new items in the withdraw panel".
Extensie Screenshots
Download het CRX-bestand van de extensie Csgopolygon Withdraw Assistant
Download Csgopolygon Withdraw Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Basisinformatie over de Extensie
Naam | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
Officiële URL | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Beschrijving | A chrome extension for retrieving new items in the withdraw panel |
Bestandsgrootte | 112 KB |
Aantal Installaties | 19 |
Huidige Versie | 0.9 |
Laatst Bijgewerkt | 2017-11-08 |
Publicatiedatum | 2017-11-08 |
Ontwikkelaar | https://www.protogalaxy.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.protogalaxy.me |
Help Pagina-URL | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Ondersteunde Talen | 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" ] } ] } |