NpO Nation Parser

Have your nation and warchest information saved automatically.

What is NpO Nation Parser?

NpO Nation Parser is a Chrome extension developed by justlikepudge, and its main feature is "Have your nation and warchest information saved automatically.".

Download NpO Nation Parser Extension CRX File

Download NpO Nation Parser extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name NpO Nation Parser NpO Nation Parser
ID nhkekcpcemhhppachpfkiegohdjpgmfh
Official URL https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh
Description Have your nation and warchest information saved automatically.
File Size 16.21 KB
Installation Count 44
Current Version 1.6
Last Updated 2013-07-13
Publish Date 2013-07-13
Rating 5.00/5 Total 3 Ratings
Developer justlikepudge
Email [email protected]
Payment Type free
Supported Languages 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\/"
    ]
}