NpO Nation Parser
Have your nation and warchest information saved automatically.
Cos'è NpO Nation Parser?
NpO Nation Parser è un'estensione di Chrome sviluppata da justlikepudge, e la sua funzione principale è "Have your nation and warchest information saved automatically.".
Scarica il file CRX dell'estensione NpO Nation Parser
Scarica i file di estensione NpO Nation Parser 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
Informazioni di Base sull'Estensione
Nome | |
ID | nhkekcpcemhhppachpfkiegohdjpgmfh |
URL Ufficiale | https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh |
Descrizione | Have your nation and warchest information saved automatically. |
Dimensione del File | 16.21 KB |
Conteggio Installazioni | 44 |
Versione Corrente | 1.6 |
Ultimo Aggiornamento | 2013-07-13 |
Data di Pubblicazione | 2013-07-13 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | justlikepudge |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "NpO Nation Parser", "description": "Have your nation and warchest information saved automatically.", "version": "1.6", "manifest_version": 2, "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/www.cybernations.net\/*" ], "js": [ "nationSearch.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "128": "logo.jpeg" }, "permissions": [ "cookies", "contentSettings", "tabs", "http:\/\/www.cybernations.net\/", "http:\/\/www.frozenstuff.net\/" ] } |