Csgopolygon Withdraw Assistant
A chrome extension for retrieving new items in the withdraw panel
Qu'est-ce que Csgopolygon Withdraw Assistant ?
Csgopolygon Withdraw Assistant est une extension Chrome développée par https://www.protogalaxy.me, et sa fonction principale est "A chrome extension for retrieving new items in the withdraw panel".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Csgopolygon Withdraw Assistant
Téléchargez les fichiers d'extension Csgopolygon Withdraw Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
A chrome extension for retrieving new items in the withdraw panel in csgopolygon.com.
Informations de Base sur l'Extension
Nom | |
ID | hbjkpapgkolonobiohhihjlbfeihcbio |
URL Officiel | https://chromewebstore.google.com/detail/csgopolygon-withdraw-assi/hbjkpapgkolonobiohhihjlbfeihcbio |
Description | A chrome extension for retrieving new items in the withdraw panel |
Taille du Fichier | 112 KB |
Nombre d'Installations | 19 |
Version Actuelle | 0.9 |
Dernière Mise à Jour | 2017-11-08 |
Date de Publication | 2017-11-08 |
Développeur | https://www.protogalaxy.me |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.protogalaxy.me |
URL de la Page d'Aide | https://github.com/SolitudeRA/CSGOPolygon-withdraw-assistant |
Langues Prises en Charge | 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" ] } ] } |