NSBot
Farms NationStates cards for you.
O que é NSBot?
NSBot é uma extensão do Chrome desenvolvida por Declan Moore, e sua principal característica é "Farms NationStates cards for you.".
Baixar o arquivo CRX da Extensão NSBot
Baixe arquivos de extensão NSBot no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | NSBot |
ID | kdhhjhomckbhhefcefobpjllajaomnop |
URL Oficial | https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop |
Descrição | Farms NationStates cards for you. |
Tamanho do Arquivo | 4.28 KB |
Contagem de Instalações | 23 |
Versão Atual | 1.6 |
Última Atualização | 2018-04-06 |
Data de Publicação | 2018-04-06 |
Classificação | 4.00/5 Total de 1 Avaliações |
Desenvolvedor | Declan Moore |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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", "*" ] } |