Boatus.org quiz cheater

Cheat on boatus.org quizzes

What is Boatus.org quiz cheater?

Boatus.org quiz cheater is a Chrome extension developed by kun3lvnhi, and its main feature is "Cheat on boatus.org quizzes".

Extension Screenshots

screenshot

Download Boatus.org quiz cheater Extension CRX File

Download Boatus.org quiz cheater extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Adds a big arrow with next button on site                    

Extension Basic Information

Name Boatus.org quiz cheater Boatus.org quiz cheater
ID kkfmjphmimodbgebeejnhppdlpojbcag
Official URL https://chromewebstore.google.com/detail/boatusorg-quiz-cheater/kkfmjphmimodbgebeejnhppdlpojbcag
Description Cheat on boatus.org quizzes
File Size 952 KB
Installation Count 52
Current Version 0.1
Last Updated 2020-05-05
Publish Date 2020-05-04
Developer kun3lvnhi
Payment Type free
Extension Website https://elearning.boatus.org/
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boatus.org quiz cheater",
    "version": "0.1",
    "description": "Cheat on boatus.org quizzes",
    "permissions": [
        "https:\/\/elearning.boatus.org\/launch\/lesson.asp"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/elearning.boatus.org\/launch\/lesson.asp"
            ],
            "js": [
                "Source\/enhancer.js"
            ],
            "css": [],
            "run_at": "document_idle"
        }
    ],
    "manifest_version": 2
}