Cheatoz

I am Cheatoz your AI question solver!.

Что такое Cheatoz?

Cheatoz - это расширение Chrome, разработанное Cheatoz, и его основная функция - "I am Cheatoz your AI question solver!.".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Cheatoz

Скачайте файлы расширений Cheatoz в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Cheatoz revolutionizes the way you access information. Whether you're looking for an exam solver, test solver, quiz solver, MCQ solver, or question solver, simply highlight the question or problem on any webpage, and Cheatoz springs into action, instantly providing you with the most relevant and accurate answer in a small, transparent box. Its unobtrusive design seamlessly integrates with your browser, ensuring a clutter-free browsing experience. With Cheatoz, the answers to your questions are just a highlight away, empowering you to tackle complex subjects with ease and efficiency. Experience the power of instant question solving at your fingertips with Cheatoz.                    

Основная информация о расширении

Название Cheatoz Cheatoz
ID cmkdhapaadkoeipbmhbkpieledgdfndl
Официальный URL https://chromewebstore.google.com/detail/cheatoz/cmkdhapaadkoeipbmhbkpieledgdfndl
Описание I am Cheatoz your AI question solver!.
Размер файла 21.94 KB
Количество установок 4,000
Текущая Версия 1.4.0
Последнее Обновление 2023-06-29
Дата публикации 2023-06-12
Рейтинг 2.86/5 Всего 14 оценок
Разработчик Cheatoz
Электронная почта [email protected]
Тип оплаты in_app
Официальный сайт расширения https://cheatoz.gumroad.com/l/buy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cheatoz",
    "version": "1.4.0",
    "description": "I am Cheatoz your AI question solver!.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}