MultiPlug Discovery
This extension discovers MultiPlug instances on the current network.
What is MultiPlug Discovery?
MultiPlug Discovery is a Chrome extension developed by British Systems, and its main feature is "This extension discovers MultiPlug instances on the current network.".
Extension Screenshots
Download MultiPlug Discovery Extension CRX File
Download MultiPlug Discovery 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
This extension requires the 'SSDP Provider' App to work. https://chrome.google.com/webstore/detail/ssdp-provider/pfdiljjcookjofjbjnbnkgfnfmnoljmk
Extension Basic Information
Name | MultiPlug Discovery |
ID | ieiilgpefgcofngfobgjineehgjghleg |
Official URL | https://chromewebstore.google.com/detail/multiplug-discovery/ieiilgpefgcofngfobgjineehgjghleg |
Description | This extension discovers MultiPlug instances on the current network. |
File Size | 54.22 KB |
Installation Count | 81 |
Current Version | 1.0.0.4 |
Last Updated | 2018-01-18 |
Publish Date | 2018-01-18 |
Developer | British Systems |
Payment Type | free |
Supported Languages | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "MultiPlug Discovery", "short_name": "MultiPlug", "description": "This extension discovers MultiPlug instances on the current network.", "version": "1.0.0.4", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "permissions": [ "activeTab", "http:\/\/*\/", "https:\/\/*\/" ] } |