NpO Nation Parser

Have your nation and warchest information saved automatically.

NpO Nation Parser là gì?

NpO Nation Parser là một tiện ích mở rộng Chrome được phát triển bởi justlikepudge, và tính năng chính của nó là "Have your nation and warchest information saved automatically.".

Tải xuống tệp CRX của tiện ích mở rộng NpO Nation Parser

Tải xuống các tệp mở rộng NpO Nation Parser dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                                            

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên NpO Nation Parser NpO Nation Parser
ID nhkekcpcemhhppachpfkiegohdjpgmfh
URL Chính Thức https://chrome.google.com/webstore/detail/npo-nation-parser/nhkekcpcemhhppachpfkiegohdjpgmfh
Mô tả Have your nation and warchest information saved automatically.
Kích Thước Tệp 16.21 KB
Số Lần Cài Đặt 44
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2013-07-13
Ngày Phát Hành 2013-07-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển justlikepudge
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/"
    ]
}