AnswersAi

School on Easy Mode

What is AnswersAi?

AnswersAi is a Chrome extension developed by https://answersai.ai, and its main feature is "School on Easy Mode".

Extension Screenshots

screenshot
screenshot

Download AnswersAi Extension CRX File

Download AnswersAi 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

                        ANSWERSAI is the ultimate tool for all you school needs.

Download now and meet your new virtual tutor!
 
Need Help?
Visit our website to learn more and contact us with any questions you may have.                    

Extension Basic Information

Name AnswersAi AnswersAi
ID gogdaelhkjfknmbphaopmmlehbafoifb
Official URL https://chromewebstore.google.com/detail/answersai/gogdaelhkjfknmbphaopmmlehbafoifb
Description School on Easy Mode
File Size 1.21 MB
Installation Count 10,000
Current Version 2.9.1
Last Updated 2024-01-31
Publish Date 2023-04-10
Rating 2.73/5 Total 44 Ratings
Developer https://answersai.ai
Email [email protected]
Payment Type in_app
Extension Website https://answersai.ai
Help Page URL https://answersai.ai
Privacy Policy Page URL https://answersai.ai/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.9.1",
    "manifest_version": 3,
    "name": "AnswersAi",
    "description": "School on Easy Mode",
    "background": {
        "service_worker": "service-worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "css": [
                "main.css"
            ],
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/tinymce.min.js",
                "script.js",
                "dist\/bundle.js"
            ],
            "run_at": "document_start",
            "match_about_blank": true
        }
    ],
    "action": {
        "default_title": "AnswersAi",
        "default_popup": "index.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "host_permissions": [
        ""
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "storage",
        "scripting",
        "contextMenus",
        "unlimitedStorage"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}