NSBot

Farms NationStates cards for you.

ما هو NSBot؟

NSBot هو إضافة Chrome تم تطويرها بواسطة Declan Moore، والميزة الرئيسية لها هي "Farms NationStates cards for you.".

تحميل ملف CRX للإضافة NSBot

قم بتنزيل ملفات الامتداد NSBot بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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",
        "*"
    ]
}