Smartschool Message

Troll your friends by showing a message badge without having any messages

什么是Smartschool Message?

Smartschool Message是由MatseVH开发的Chrome扩展程序,该扩展的主要功能是“Troll your friends by showing a message badge without having any messages”。

扩展截图

screenshot

下载Smartschool Message扩展crx文件

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

扩展使用说明

                        Troll your friends by showing a message badge without having any messages                    

扩展基本信息

名称 Smartschool Message Smartschool Message
ID dbhdgnbhoppcihmgcmlbmdifgkbmebml
官方URL https://chromewebstore.google.com/detail/smartschool-message/dbhdgnbhoppcihmgcmlbmdifgkbmebml
简介 Troll your friends by showing a message badge without having any messages
文件大小 80.58 KB
安装次数 1,116
当前版本 1.0.3
更新时间 2022-10-19
上架时间 2022-10-10
评分 5.00/5 共4次评分
开发者 MatseVH
电子邮箱 [email protected]
付费类型 free
支持的语言 nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "browser_specific_settings": {
        "gecko": {
            "id": "ss@matsevh"
        }
    },
    "content_scripts": [
        {
            "js": [
                "run.js"
            ],
            "matches": [
                "*:\/\/*.smartschool.be\/*"
            ]
        }
    ],
    "description": "Troll your friends by showing a message badge without having any messages",
    "icons": {
        "48": "logo\/logo_48x48.png",
        "512": "logo\/logo.png"
    },
    "manifest_version": 3,
    "name": "Smartschool Message",
    "version": "1.0.3"
}