Proctorio-B-Gone

This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…

What is Proctorio-B-Gone?

Proctorio-B-Gone is a Chrome extension developed by Unknown, and its main feature is "This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…".

Extension Screenshots

screenshot

Download Proctorio-B-Gone Extension CRX File

Download Proctorio-B-Gone 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

                        This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done taking their proctored exam in the Canvas LMS.                    

Extension Basic Information

Name Proctorio-B-Gone Proctorio-B-Gone
ID gohnaeiejimgpgoaoehhocepoeafppeo
Official URL https://chromewebstore.google.com/detail/proctorio-b-gone/gohnaeiejimgpgoaoehhocepoeafppeo
Description This chrome extension prompts the user with a reminder to uninstall the remote proctoring service Proctorio once they are done…
File Size 3.97 KB
Installation Count 1,186
Current Version 0.1.0
Last Updated 2021-11-26
Publish Date 2021-11-26
Rating 4.43/5 Total 7 Ratings
Developer Unknown
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Proctorio-B-Gone",
    "version": "0.1.0",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instructure.com\/*"
            ],
            "js": [
                "script.js"
            ],
            "css": [
                "styles.css"
            ]
        }
    ]
}