NSBot

Farms NationStates cards for you.

Cos'è NSBot?

NSBot è un'estensione di Chrome sviluppata da Declan Moore, e la sua funzione principale è "Farms NationStates cards for you.".

Scarica il file CRX dell'estensione NSBot

Scarica i file di estensione NSBot in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
URL Ufficiale https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Descrizione Farms NationStates cards for you.
Dimensione del File 4.28 KB
Conteggio Installazioni 23
Versione Corrente 1.6
Ultimo Aggiornamento 2018-04-06
Data di Pubblicazione 2018-04-06
Valutazione 4.00/5 Totale 1 Valutazioni
Sviluppatore Declan Moore
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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",
        "*"
    ]
}