Virtual Professor

The most advanced question answering system for students.

What is Virtual Professor?

Virtual Professor is a Chrome extension developed by https://virtualprofessor.io, and its main feature is "The most advanced question answering system for students.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Virtual Professor Extension CRX File

Download Virtual Professor 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

                        Work Smarter, Not Harder!

With just a simple click, you can access instant answers and explanations to all your questions. Whether you're seeking clarification on a concept or need assistance with a problem, Virtual Professor is here to provide immediate responses.

Our extension seamlessly integrates with ALL popular learning platforms, ensuring a user-friendly experience while maintaining absolute confidentiality. We pride ourselves on being completely invisible even as you work within your preferred learning platforms.


With Virtual Professor as your trusted online learning companion, you can confidently approach your coursework, knowing that you have a reliable AI-powered tool supporting you every step of the way.                    

Extension Basic Information

Name Virtual Professor Virtual Professor
ID oednkdncmnfbkhlpihaicgfhmeoanfje
Official URL https://chromewebstore.google.com/detail/virtual-professor/oednkdncmnfbkhlpihaicgfhmeoanfje
Description The most advanced question answering system for students.
File Size 272 KB
Installation Count 20,000
Current Version 4.1.1
Last Updated 2023-10-13
Publish Date 2023-06-12
Rating 4.08/5 Total 95 Ratings
Developer https://virtualprofessor.io
Email [email protected]
Payment Type in_app
Extension Website https://virtualprofessor.io
Privacy Policy Page URL https://virtualprofessor.io/privacy-policy
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Virtual Professor",
    "description": "The most advanced question answering system for students.",
    "version": "4.1.1",
    "manifest_version": 3,
    "icons": {
        "16": "vp_logo16.png",
        "48": "vp_logo48.png",
        "128": "vp_logo128.png"
    },
    "action": {
        "default_title": "Virtual Professor",
        "default_popup": "popup.html",
        "default_icon": {
            "16": "vp_logo16.png",
            "48": "vp_logo48.png",
            "128": "vp_logo128.png"
        }
    },
    "options_page": "options.html",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "host_permissions": [
        "https:\/\/*.virtualprofessor.io\/*",
        ""
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "contextMenus",
        "storage"
    ],
    "background": {
        "service_worker": "background.js"
    }
}