NpO Nation Parser

Have your nation and warchest information saved automatically.

什么是NpO Nation Parser?

NpO Nation Parser是由justlikepudge开发的Chrome扩展程序,该扩展的主要功能是“Have your nation and warchest information saved automatically.”。

下载NpO Nation Parser扩展crx文件

下载NpO Nation Parser扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                                            

扩展基本信息

名称 NpO Nation Parser NpO Nation Parser
ID nhkekcpcemhhppachpfkiegohdjpgmfh
官方URL https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh
简介 Have your nation and warchest information saved automatically.
文件大小 16.21 KB
安装次数 44
当前版本 1.6
更新时间 2013-07-13
上架时间 2013-07-13
评分 5.00/5 共3次评分
开发者 justlikepudge
电子邮箱 [email protected]
付费类型 free
支持的语言 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\/"
    ]
}