PV3 SOG Training
Pokemon Vortex Training Extension
Cos'è PV3 SOG Training?
PV3 SOG Training è un'estensione di Chrome sviluppata da superman.potato.1337, e la sua funzione principale è "Pokemon Vortex Training Extension".
Scarica il file CRX dell'estensione PV3 SOG Training
Scarica i file di estensione PV3 SOG Training 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
Download and use it on any page of pokemon vortex it battles the accounts have fun!
Informazioni di Base sull'Estensione
Nome | |
ID | hmlikmfcbahldjmomhnganobpmbhmdfg |
URL Ufficiale | https://chrome.google.com/webstore/detail/pv3-sog-training/hmlikmfcbahldjmomhnganobpmbhmdfg |
Descrizione | Pokemon Vortex Training Extension |
Dimensione del File | 297 KB |
Conteggio Installazioni | 22 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2015-10-04 |
Data di Pubblicazione | 2015-10-04 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | superman.potato.1337 |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |