NpO Nation Parser
Have your nation and warchest information saved automatically.
O que é NpO Nation Parser?
NpO Nation Parser é uma extensão do Chrome desenvolvida por justlikepudge, e sua principal característica é "Have your nation and warchest information saved automatically.".
Baixar o arquivo CRX da Extensão NpO Nation Parser
Baixe arquivos de extensão NpO Nation Parser no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | |
ID | nhkekcpcemhhppachpfkiegohdjpgmfh |
URL Oficial | https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh |
Descrição | Have your nation and warchest information saved automatically. |
Tamanho do Arquivo | 16.21 KB |
Contagem de Instalações | 44 |
Versão Atual | 1.6 |
Última Atualização | 2013-07-13 |
Data de Publicação | 2013-07-13 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | justlikepudge |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/" ] } |