Cheet

Just cheat bro.

O que é Cheet?

Cheet é uma extensão do Chrome desenvolvida por Cheet, e sua principal característica é "Just cheat bro.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Cheet

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

                        Cheet harnesses the power of AI to effortlessly provide you with accurate answers to quizzes, tests, and homework - guaranteed every time!

Gone are the days of tedious memorization or uncertain guesswork. Cheet seamlessly integrates with your preferred learning platform (Canvas, Blackboard, McGraw, etc.), eliminating the need to navigate away from the page.

What's more, Cheet ensures complete confidentiality and originality, making it undetectable and plagiarism-free, so you can confidently use it without any worries of being caught cheating.

If you aspire to excel in your academic pursuits swiftly and confidently, Cheet is the ideal companion for you!"                    

Informações Básicas da Extensão

Nome Cheet Cheet
ID ljpjdmhiggledijcpkjalegpjooofggb
URL Oficial https://chromewebstore.google.com/detail/cheet/ljpjdmhiggledijcpkjalegpjooofggb
Descrição Just cheat bro.
Tamanho do Arquivo 37.31 KB
Contagem de Instalações 46
Versão Atual 2.4
Última Atualização 2023-10-24
Data de Publicação 2023-08-09
Desenvolvedor Cheet
Email [email protected]
Tipo de Pagamento in_app
URL da Página de Política de Privacidade https://cheet.io
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cheet",
    "description": "Just cheat bro.",
    "version": "2.4",
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "32": "icons\/32.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/canvas.js"
            ],
            "matches": [
                "https:\/\/learn.canvas.net\/courses\/*",
                "*:\/\/*.instructure.com\/*",
                "*:\/\/*.laccd.edu\/*",
                "*:\/\/*.pasadena.edu\/*"
            ]
        },
        {
            "css": [
                "css\/index.css"
            ],
            "js": [
                "scripts\/index.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "action": {
        "default_title": "Stud Cheat",
        "default_popup": "popup\/index.html"
    }
}