NpO Nation Parser
Have your nation and warchest information saved automatically.
Wat is NpO Nation Parser?
NpO Nation Parser is een Chrome-extensie ontwikkeld door justlikepudge, en de belangrijkste functie is "Have your nation and warchest information saved automatically.".
Download het CRX-bestand van de extensie NpO Nation Parser
Download NpO Nation Parser-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
Naam | |
ID | nhkekcpcemhhppachpfkiegohdjpgmfh |
Officiële URL | https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh |
Beschrijving | Have your nation and warchest information saved automatically. |
Bestandsgrootte | 16.21 KB |
Aantal Installaties | 44 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2013-07-13 |
Publicatiedatum | 2013-07-13 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | justlikepudge |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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\/" ] } |