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
Eメール [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"
}