NoEDU

Does stuff with stuff.

What is NoEDU?

NoEDU is a Chrome extension developed by https://www.mingus.me, and its main feature is "Does stuff with stuff.".

Extension Screenshots

screenshot

Download NoEDU Extension CRX File

Download NoEDU 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 extension does so that everytime you go on the following websites:
eMat, MatematikFessor, clio.me, gyldendal.dk
It displays an error. This is because those websites are bad for education. This is mostly for my Danish friends                    

Extension Basic Information

Name NoEDU NoEDU
ID moghcghlpagoodpnpobnijdkdmjdlbob
Official URL https://chromewebstore.google.com/detail/noedu/moghcghlpagoodpnpobnijdkdmjdlbob
Description Does stuff with stuff.
File Size 75.04 KB
Installation Count 31
Current Version 1.0.0
Last Updated 2021-05-18
Publish Date 2021-05-18
Rating 4.00/5 Total 2 Ratings
Developer https://www.mingus.me
Email [email protected]
Payment Type free
Extension Website https://mingus.me
Supported Languages da
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NoEDU",
    "version": "1.0.0",
    "description": "Does stuff with stuff.",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "128": "icon128.png",
        "48": "icon48.png",
        "16": "icon16.png"
    },
    "action": {
        "default_icon": "icon16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab"
    ]
}