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
Eメール [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\/"
    ]
}