higher-Lower-AI
The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?
Qu'est-ce que higher-Lower-AI ?
higher-Lower-AI est une extension Chrome développée par Yannik Höflich, et sa fonction principale est "The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension higher-Lower-AI
Téléchargez les fichiers d'extension higher-Lower-AI 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
The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use? First you have to go on the website: http://www.higherlowergame.com there you can enable the AI with a simple click on the grey extension icon on the right upper corner of the browser. Now the AI learns all words. If you click again on the icon it stopped running. What if I don’t want to wait for it to finish learning? You can do a right click on the extension icon at the upper left corner and select “options”. There you can click on the blue “load all search terms” button and save it with the “save button”. If you go on the website it should know the most words.
Informations de Base sur l'Extension
Nom | higher-Lower-AI |
ID | pbgelejpkdigakmncfngpemngmbboddo |
URL Officiel | https://chromewebstore.google.com/detail/higher-lower-ai/pbgelejpkdigakmncfngpemngmbboddo |
Description | The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use? |
Taille du Fichier | 35.34 KB |
Nombre d'Installations | 112 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-05-05 |
Date de Publication | 2019-05-05 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | Yannik Höflich |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "JS\/background.js" ] }, "browser_action": { "default_icon": "icon\/128.png" }, "author": "GiddySoft", "content_scripts": [ { "js": [ "JS\/script.js", "JS\/term.js", "JS\/save.js" ], "matches": [ "*:\/\/*.higherlowergame.com\/*" ] } ], "description": "The extension \u201eHigher lower game AI\u201c is an AI for the game: http:\/\/www.higherlowergame.com.\n\nHow to use?", "icons": { "128": "icon\/128.png", "64": "icon\/64.png", "32": "icon\/32.png", "16": "icon\/16.png" }, "manifest_version": 2, "name": "higher-Lower-AI", "options_page": "options\/index.html", "permissions": [ "*:\/\/*.higherlowergame.com\/*", "storage", "unlimitedStorage" ], "version": "1.0" } |