Canvas Hack

Cheat on quizzes, spoof kiosks, and evade any detection of cheating on Canvas. Introducing Blazer's Canvas Hack extension, an…

Canvas Hack란 무엇입니까?

Canvas Hack은(는) Blazer에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Cheat on quizzes, spoof kiosks, and evade any detection of cheating on Canvas. Introducing Blazer's Canvas Hack extension, an…"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cheat on quizzes, spoof kiosks, and evade any detection of cheating on Canvas.

Introducing Blazer's Canvas Hack extension, an extension that has many tools which allow the user to cheat on any canvas quiz, spoof the canvas Kiosk app, prevent ANY teacher detection of tab-switching, window switching, and extension opening, during Canvas quizzes/tests. You can also save correct answers in quizzes with multiple attempts. This extension has also been rigorously tested to make sure there is 0% chance that you can be caught cheating while this extension is active.

If you have any issues feel free to either contact the developer through email -> ([email protected]) or by discord -> (https://discord.gg/BuNEuTwd4Q).                    

확장 프로그램 기본 정보

이름 Canvas Hack Canvas Hack
ID lgonpmilnmodefgehfmlcbpkjfbakhkb
공식 URL https://chromewebstore.google.com/detail/canvas-hack/lgonpmilnmodefgehfmlcbpkjfbakhkb
설명 Cheat on quizzes, spoof kiosks, and evade any detection of cheating on Canvas. Introducing Blazer's Canvas Hack extension, an…
파일 크기 420 KB
설치 횟수 1,000
현재 버전 1.4
최근 업데이트 2024-01-03
출시 날짜 2023-12-14
평점 5.00/5 총 5 개의 평점
개발자 Blazer
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://discord.gg/BuNEuTwd4Q
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Canvas Hack",
    "version": "1.4",
    "permissions": [
        "activeTab",
        "scripting",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*.instructure.com\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icons\/icon16.png",
            "32": "icons\/icon32.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instructure.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*.instructure.com\/courses\/*\/quizzes\/*\/take*"
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "bar.html",
                "style.css",
                "icons\/home.png",
                "icons\/reload.png",
                "index.js",
                "quiz_loader.js",
                "submissions.js",
                "helpers.js",
                "answers.js",
                "display.js",
                "question_types.js",
                "content.js",
                "inject.js"
            ],
            "matches": [
                "*:\/\/*.instructure.com\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}