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