Cheet

Just cheat bro.

Cheet란 무엇입니까?

Cheet은(는) Cheet에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just cheat bro."입니다.

확장 프로그램 스크린샷

screenshot

Cheet 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

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