NSBot
Farms NationStates cards for you.
Wat is NSBot?
NSBot is een Chrome-extensie ontwikkeld door Declan Moore, en de belangrijkste functie is "Farms NationStates cards for you.".
Download het CRX-bestand van de extensie NSBot
Download NSBot-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | NSBot |
ID | kdhhjhomckbhhefcefobpjllajaomnop |
Officiële URL | https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop |
Beschrijving | Farms NationStates cards for you. |
Bestandsgrootte | 4.28 KB |
Aantal Installaties | 23 |
Huidige Versie | 1.6 |
Laatst Bijgewerkt | 2018-04-06 |
Publicatiedatum | 2018-04-06 |
Beoordeling | 4.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Declan Moore |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", "*" ] } |