NpO Nation Parser
Have your nation and warchest information saved automatically.
Qu'est-ce que NpO Nation Parser ?
NpO Nation Parser est une extension Chrome développée par justlikepudge, et sa fonction principale est "Have your nation and warchest information saved automatically.".
Télécharger le fichier CRX de l'extension NpO Nation Parser
Téléchargez les fichiers d'extension NpO Nation Parser 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
Informations de Base sur l'Extension
Nom | |
ID | nhkekcpcemhhppachpfkiegohdjpgmfh |
URL Officiel | https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh |
Description | Have your nation and warchest information saved automatically. |
Taille du Fichier | 16.21 KB |
Nombre d'Installations | 44 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2013-07-13 |
Date de Publication | 2013-07-13 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | justlikepudge |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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\/" ] } |