NpO Nation Parser

Have your nation and warchest information saved automatically.

Vad är NpO Nation Parser?

NpO Nation Parser är en Chrome-tillägg utvecklad av justlikepudge, och dess huvudfunktion är "Have your nation and warchest information saved automatically.".

Ladda ner NpO Nation Parser-förlängningens CRX-fil

Ladda ner NpO Nation Parser-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                                            

Grundläggande Information om Tillägg

Namn NpO Nation Parser NpO Nation Parser
ID nhkekcpcemhhppachpfkiegohdjpgmfh
Officiell webbadress https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh
Beskrivning Have your nation and warchest information saved automatically.
Filstorlek 16.21 KB
Antal Installationer 44
Aktuell Version 1.6
Senast Uppdaterad 2013-07-13
Publiceringsdatum 2013-07-13
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare justlikepudge
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/"
    ]
}