NSBot

Farms NationStates cards for you.

什么是NSBot?

NSBot是由Declan Moore开发的Chrome扩展程序,该扩展的主要功能是“Farms NationStates cards for you.”。

下载NSBot扩展crx文件

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

扩展使用说明

                        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.                    

扩展基本信息

名称 NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
官方URL https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
简介 Farms NationStates cards for you.
文件大小 4.28 KB
安装次数 23
当前版本 1.6
更新时间 2018-04-06
上架时间 2018-04-06
评分 4.00/5 共1次评分
开发者 Declan Moore
电子邮箱 [email protected]
付费类型 free
支持的语言 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",
        "*"
    ]
}