NSBot

Farms NationStates cards for you.

What is NSBot?

NSBot is a Chrome extension developed by Declan Moore, and its main feature is "Farms NationStates cards for you.".

Download NSBot Extension CRX File

Download NSBot extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
Official URL https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Description Farms NationStates cards for you.
File Size 4.28 KB
Installation Count 23
Current Version 1.6
Last Updated 2018-04-06
Publish Date 2018-04-06
Rating 4.00/5 Total 1 Ratings
Developer Declan Moore
Email [email protected]
Payment Type free
Supported Languages 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",
        "*"
    ]
}