NSBot

Farms NationStates cards for you.

NSBot là gì?

NSBot là một tiện ích mở rộng Chrome được phát triển bởi Declan Moore, và tính năng chính của nó là "Farms NationStates cards for you.".

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

Tải xuống các tệp mở rộng NSBot 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

                        This extension will, when you visit the NationStates cards page, wait for the box to be available, and click the open button, open all your cards, and go back to the page and wait again.                    

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

Tên NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
URL Chính Thức https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Mô tả Farms NationStates cards for you.
Kích Thước Tệp 4.28 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.6
Cập Nhật Lần Cuối 2018-04-06
Ngày Phát Hành 2018-04-06
Đánh Giá 4.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Declan Moore
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": "NSBot",
    "version": "1.6",
    "manifest_version": 2,
    "description": "Farms NationStates cards for you.",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "NSBot",
        "background_page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.nationstates.net\/page=deck"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "*"
    ]
}