SenecaAnswer

Gives the answer to seneca assignments

What is SenecaAnswer?

SenecaAnswer is a Chrome extension developed by mwmatthew10, and its main feature is "Gives the answer to seneca assignments".

Extension Screenshots

screenshot

Download SenecaAnswer Extension CRX File

Download SenecaAnswer 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 dark mode for Seneca and gives all answers to questions                    

Extension Basic Information

Name SenecaAnswer SenecaAnswer
ID aacmadajiomocfofkfpfjdcbbgdlonkc
Official URL https://chromewebstore.google.com/detail/senecaanswer/aacmadajiomocfofkfpfjdcbbgdlonkc
Description Gives the answer to seneca assignments
File Size 36.44 KB
Installation Count 5,257
Current Version 1.0
Last Updated 2019-03-22
Publish Date 2019-03-21
Rating 3.20/5 Total 20 Ratings
Developer mwmatthew10
Email [email protected]
Payment Type free
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SenecaAnswer",
    "version": "1.0",
    "description": "Gives the answer to seneca assignments",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/app.senecalearning.com\/classroom\/course\/*"
            ],
            "js": [
                "JQuery.js",
                "index.js"
            ],
            "css": [
                "ReplaceCSS.scss"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "logo.png",
        "default_popup": "popup.html"
    }
}