NSBot

Farms NationStates cards for you.

Co to jest NSBot?

NSBot to rozszerzenie Chrome opracowane przez Declan Moore, a jego główną funkcją jest „Farms NationStates cards for you.”.

Pobierz plik CRX rozszerzenia NSBot

Pobierz pliki rozszerzeń NSBot w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
Oficjalny URL https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Opis Farms NationStates cards for you.
Rozmiar pliku 4.28 KB
Liczba instalacji 23
Aktualna Wersja 1.6
Ostatnia Aktualizacja 2018-04-06
Data Publikacji 2018-04-06
Ocena 4.00/5 Łącznie 1 Oceny
Deweloper Declan Moore
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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",
        "*"
    ]
}