NSBot

Farms NationStates cards for you.

NSBotคืออะไร?

NSBot เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Declan Moore และคุณลักษณะหลักของมันคือ "Farms NationStates cards for you."

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย NSBot

ดาวน์โหลดไฟล์ส่วนขยาย NSBot ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ NSBot NSBot
ID kdhhjhomckbhhefcefobpjllajaomnop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop
คำอธิบาย Farms NationStates cards for you.
ขนาดไฟล์ 4.28 KB
จำนวนการติดตั้ง 23
เวอร์ชันปัจจุบัน 1.6
อัปเดตครั้งล่าสุด 2018-04-06
วันที่เผยแพร่ 2018-04-06
คะแนน 4.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Declan Moore
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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",
        "*"
    ]
}