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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Canvas Hack एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
        }
    ]
}