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文件

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

扩展使用说明

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