PV3 SOG Training
Pokemon Vortex Training Extension
Qu'est-ce que PV3 SOG Training ?
PV3 SOG Training est une extension Chrome développée par superman.potato.1337, et sa fonction principale est "Pokemon Vortex Training Extension".
Télécharger le fichier CRX de l'extension PV3 SOG Training
Téléchargez les fichiers d'extension PV3 SOG Training 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
Download and use it on any page of pokemon vortex it battles the accounts have fun!
Informations de Base sur l'Extension
Nom | |
ID | hmlikmfcbahldjmomhnganobpmbhmdfg |
URL Officiel | https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg |
Description | Pokemon Vortex Training Extension |
Taille du Fichier | 297 KB |
Nombre d'Installations | 22 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2015-10-04 |
Date de Publication | 2015-10-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | superman.potato.1337 |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PV3 SOG Training", "version": "1.0.1", "manifest_version": 2, "description": "Pokemon Vortex Training Extension", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "img\/defaultIcon19x19.png", "default_popup": "popup.html", "default_title": "PV3 Training Helper (SOG)" }, "permissions": [ "http:\/\/*.pokemon-vortex.com\/*", "http:\/\/www.pokemon-vortex.com\/*", "unlimitedStorage", "contextMenus", "cookies", "tabs", "notifications" ], "content_scripts": [ { "js": [ "js\/lib\/jquery-1.8.2.min.js", "js\/popup.js", "js\/app\/popup.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_start" } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "minimum_chrome_version": "18" } |