NoEDU

Does stuff with stuff.

什么是NoEDU?

NoEDU是由https://www.mingus.me开发的Chrome扩展程序,该扩展的主要功能是“Does stuff with stuff.”。

扩展截图

screenshot

下载NoEDU扩展crx文件

下载NoEDU扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 NoEDU NoEDU
ID moghcghlpagoodpnpobnijdkdmjdlbob
官方URL https://chromewebstore.google.com/detail/noedu/moghcghlpagoodpnpobnijdkdmjdlbob
简介 Does stuff with stuff.
文件大小 75.04 KB
安装次数 31
当前版本 1.0.0
更新时间 2021-05-18
上架时间 2021-05-18
评分 4.00/5 共2次评分
开发者 https://www.mingus.me
电子邮箱 [email protected]
付费类型 free
扩展官网 https://mingus.me
支持的语言 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"
    ]
}