Data is synced from the Chrome Web Store. View the official store page for the most current information.
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "mydlink services plugin", "short_name": "mydlink plugin", "description": "mydlink services plugin", "version": "1.0.2.6", "manifest_version": 2, "minimum_chrome_version": "42", "app": { "background": { "page": "background.html", "persistent": false } }, "icons": { "16": "Icon_16x16.png", "48": "Icon_48x48.png", "128": "Icon_128x128.png" }, "permissions": [ "storage", { "socket": [ "tcp-connect", "tcp-listen:*:*", "resolve-host", "udp-send-to:*:*", "udp-bind:*:*" ] }, "browser" ], "externally_connectable": { "matches": [ "*:\/\/*.mydlink.com\/*", "*:\/\/*.mydlink.net.cn\/*" ] } }