NSBot

Farms NationStates cards for you.

Apa itu NSBot?

NSBot adalah ekstensi Chrome yang dikembangkan oleh Declan Moore, dan fitur utamanya adalah "Farms NationStates cards for you.".

Unduh Berkas CRX Ekstensi NSBot

Unduh file ekstensi NSBot dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
URL Resmi https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
Deskripsi Farms NationStates cards for you.
Ukuran File 4.28 KB
Jumlah Instalasi 23
Versi Saat Ini 1.6
Terakhir Diperbarui 2018-04-06
Tanggal Publikasi 2018-04-06
Penilaian 4.00/5 Total 1 Penilaian
Pengembang Declan Moore
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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",
        "*"
    ]
}