NSBot

Farms NationStates cards for you.

Vad är NSBot?

NSBot är en Chrome-tillägg utvecklad av Declan Moore, och dess huvudfunktion är "Farms NationStates cards for you.".

Ladda ner NSBot-förlängningens CRX-fil

Ladda ner NSBot-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
Officiell webbadress https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Beskrivning Farms NationStates cards for you.
Filstorlek 4.28 KB
Antal Installationer 23
Aktuell Version 1.6
Senast Uppdaterad 2018-04-06
Publiceringsdatum 2018-04-06
Betyg 4.00/5 Totalt 1 Betyg
Utvecklare Declan Moore
E-post [email protected]
Betalningssätt free
Stödda Språk 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",
        "*"
    ]
}