Boatus.org quiz aid
Assists with taking boatus.org quizzes
What is Boatus.org quiz aid?
Boatus.org quiz aid is a Chrome extension developed by Unknown, and its main feature is "Assists with taking boatus.org quizzes".
Download Boatus.org quiz aid Extension CRX File
Download Boatus.org quiz aid 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
                        Bryce Try this                     Extension Basic Information
| Name |   |  
| ID | gneokkbelibddhohklfkogncebjmhngn | 
| Official URL | https://chromewebstore.google.com/detail/boatusorg-quiz-aid/gneokkbelibddhohklfkogncebjmhngn | 
| Description | Assists with taking boatus.org quizzes | 
| File Size | 3.96 KB | 
| Installation Count | 24 | 
| Current Version | 0.1 | 
| Last Updated | 2018-07-15 | 
| Publish Date | 2018-07-15 | 
| Developer | Unknown | 
| Payment Type | free | 
| Supported Languages | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Boatus.org quiz aid",
    "version": "0.1",
    "description": "Assists with taking 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
}  |  |