Smartschool Message
Troll your friends by showing a message badge without having any messages
What is Smartschool Message?
Smartschool Message is a Chrome extension developed by MatseVH, and its main feature is "Troll your friends by showing a message badge without having any messages".
Extension Screenshots
Download Smartschool Message Extension CRX File
Download Smartschool Message 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
Troll your friends by showing a message badge without having any messages
Extension Basic Information
Name | Smartschool Message |
ID | dbhdgnbhoppcihmgcmlbmdifgkbmebml |
Official URL | https://chromewebstore.google.com/detail/smartschool-message/dbhdgnbhoppcihmgcmlbmdifgkbmebml |
Description | Troll your friends by showing a message badge without having any messages |
File Size | 80.58 KB |
Installation Count | 1,116 |
Current Version | 1.0.3 |
Last Updated | 2022-10-19 |
Publish Date | 2022-10-10 |
Rating | 5.00/5 Total 4 Ratings |
Developer | MatseVH |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } |