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
Eメール [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"
    }
}