Cheatoz

I am Cheatoz your AI question solver!.

O que é Cheatoz?

Cheatoz é uma extensão do Chrome desenvolvida por Cheatoz, e sua principal característica é "I am Cheatoz your AI question solver!.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Cheatoz

Baixe arquivos de extensão Cheatoz 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

                        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.                    

Informações Básicas da Extensão

Nome Cheatoz Cheatoz
ID cmkdhapaadkoeipbmhbkpieledgdfndl
URL Oficial https://chromewebstore.google.com/detail/cheatoz/cmkdhapaadkoeipbmhbkpieledgdfndl
Descrição I am Cheatoz your AI question solver!.
Tamanho do Arquivo 21.94 KB
Contagem de Instalações 4,000
Versão Atual 1.4.0
Última Atualização 2023-06-29
Data de Publicação 2023-06-12
Classificação 2.86/5 Total de 14 Avaliações
Desenvolvedor Cheatoz
Email [email protected]
Tipo de Pagamento in_app
Site da Extensão https://cheatoz.gumroad.com/l/buy
Idiomas Suportados 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"
            ]
        }
    ]
}