higher-Lower-AI

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

ما هو higher-Lower-AI؟

higher-Lower-AI هو إضافة Chrome تم تطويرها بواسطة Yannik Höflich، والميزة الرئيسية لها هي "The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة higher-Lower-AI

قم بتنزيل ملفات الامتداد higher-Lower-AI بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم higher-Lower-AI higher-Lower-AI
ID pbgelejpkdigakmncfngpemngmbboddo
عنوان URL الرسمي https://chromewebstore.google.com/detail/higher-lower-ai/pbgelejpkdigakmncfngpemngmbboddo
الوصف The extension „Higher lower game AI“ is an AI for the game: http://www.higherlowergame.com. How to use?
حجم الملف 35.34 KB
عدد التثبيتات 112
النسخة الحالية 1.0
آخر تحديث 2019-05-05
تاريخ النشر 2019-05-05
تقييم 2.00/5 مجموع تقييمات 2
المطور Yannik Höflich
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
}