NOVerdue

This extension removes the "overdue" section on schoology!

What is NOVerdue?

NOVerdue is a Chrome extension developed by bbocdev, and its main feature is "This extension removes the "overdue" section on schoology!".

Extension Screenshots

screenshot

Download NOVerdue Extension CRX File

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

                        The overdue section on Schoology is a prime example of good in theory, bad in practice. This is because many assignments are not intended to be turned in on Schoology, causing the overdue column to become very long, very quickly. This extension removes that column entirely, letting you get to work faster!                    

Extension Basic Information

Name NOVerdue NOVerdue
ID lcacnccjkjmcbfflhipogoieemenfnfn
Official URL https://chromewebstore.google.com/detail/noverdue/lcacnccjkjmcbfflhipogoieemenfnfn
Description This extension removes the "overdue" section on schoology!
File Size 40.51 KB
Installation Count 67
Current Version 1.3
Last Updated 2021-03-28
Publish Date 2018-03-08
Rating 2.75/5 Total 4 Ratings
Developer bbocdev
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": "NOVerdue",
    "description": "This extension removes the \"overdue\" section on schoology!",
    "version": "1.3",
    "icons": {
        "128": "128icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.schoology.com\/*"
            ],
            "js": [
                "jquery.js",
                "noverdue.js"
            ],
            "run_at": "document_end"
        }
    ]
}