Cheet

Just cheat bro.

什么是Cheet?

Cheet是由Cheet开发的Chrome扩展程序,该扩展的主要功能是“Just cheat bro.”。

扩展截图

screenshot

下载Cheet扩展crx文件

下载Cheet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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!"                    

扩展基本信息

名称 Cheet Cheet
ID ljpjdmhiggledijcpkjalegpjooofggb
官方URL https://chromewebstore.google.com/detail/cheet/ljpjdmhiggledijcpkjalegpjooofggb
简介 Just cheat bro.
文件大小 37.31 KB
安装次数 46
当前版本 2.4
更新时间 2023-10-24
上架时间 2023-08-09
开发者 Cheet
电子邮箱 [email protected]
付费类型 in_app
隐私政策页面URL https://cheet.io
支持的语言 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"
    }
}