higher-Lower-AI

The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?

O que é higher-Lower-AI?

higher-Lower-AI é uma extensão do Chrome desenvolvida por Yannik Höflich, e sua principal característica é "The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão higher-Lower-AI

Baixe arquivos de extensão higher-Lower-AI 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

                        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.                    

Informações Básicas da Extensão

Nome higher-Lower-AI higher-Lower-AI
ID pbgelejpkdigakmncfngpemngmbboddo
URL Oficial https://chromewebstore.google.com/detail/higher-lower-ai/pbgelejpkdigakmncfngpemngmbboddo
Descrição The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?
Tamanho do Arquivo 35.34 KB
Contagem de Instalações 112
Versão Atual 1.0
Última Atualização 2019-05-05
Data de Publicação 2019-05-05
Classificação 2.00/5 Total de 2 Avaliações
Desenvolvedor Yannik Höflich
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
}