WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
mBlock

mBlock

View on Chrome Web Store
View mBlock Chrome Extension on Chrome Web Store
Add to bookmarks
1.8 (6 ratings)
1 new ratings
23 views
This extension has been viewed 23 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

This is the mBlock companion App needed to communicate with the robots in Chromebooks. Usage: - Install the Chrome App - Open…
Type
ChromeOS Game
Users
30,000 users
5K
Makeblock Co., Ltd.
View author page of Makeblock Co., Ltd.
Published
Published on April 28, 2017
Version 1.0.3
Manifest version
2
Updated
Updated on July 20, 2017
View on Chrome Web Store
View mBlock Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "mBlock",
    "description": "",
    "version": "1.0.3",
    "manifest_version": 2,
    "permissions": [
        "serial",
        "background",
        "usb",
        {
            "usbDevices": [
                {
                    "vendorId": 1046,
                    "productId": 65535
                }
            ]
        }
    ],
    "app": {
        "background": {
            "scripts": [
                "common.js",
                "index.js"
            ]
        }
    },
    "sockets": {
        "tcp": {
            "connect": [
                "192.168.100.1:8084"
            ]
        },
        "tcpServer": {
            "listen": "192.168.100.1:8084"
        }
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/editor.makeblock.com\/*",
            "*:\/\/education.makeblock.com\/*",
            "*:\/\/education.test.makeblock.com\/*",
            "*:\/\/localhost\/*",
            "*:\/\/45.79.97.129\/*",
            "*:\/\/119.23.129.206\/*"
        ]
    },
    "icons": {
        "16": "calculator-16.png",
        "128": "calculator-128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top