NSBot
Farms NationStates cards for you.
Qu'est-ce que NSBot ?
NSBot est une extension Chrome développée par Declan Moore, et sa fonction principale est "Farms NationStates cards for you.".
Télécharger le fichier CRX de l'extension NSBot
Téléchargez les fichiers d'extension NSBot au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | NSBot |
ID | kdhhjhomckbhhefcefobpjllajaomnop |
URL Officiel | https://chromewebstore.google.com/detail/nsbot/kdhhjhomckbhhefcefobpjllajaomnop |
Description | Farms NationStates cards for you. |
Taille du Fichier | 4.28 KB |
Nombre d'Installations | 23 |
Version Actuelle | 1.6 |
Dernière Mise à Jour | 2018-04-06 |
Date de Publication | 2018-04-06 |
Évaluation | 4.00/5 Total 1 Évaluations |
Développeur | Declan Moore |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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", "*" ] } |