VisualOn Chrome Plugin Helper
Chrome Native Messaging for VisualOn Plugin Player
What is VisualOn Chrome Plugin Helper?
VisualOn Chrome Plugin Helper is a Chrome extension developed by baimin7657, and its main feature is "Chrome Native Messaging for VisualOn Plugin Player".
Download VisualOn Chrome Plugin Helper Extension CRX File
Download VisualOn Chrome Plugin Helper 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
summitotteas.tk测试版本
Extension Basic Information
Name | VisualOn Chrome Plugin Helper |
ID | mpcjjikfonchhmlngoknfapocheeclpa |
Official URL | https://chromewebstore.google.com/detail/visualon-chrome-plugin-he/mpcjjikfonchhmlngoknfapocheeclpa |
Description | Chrome Native Messaging for VisualOn Plugin Player |
File Size | 26.45 KB |
Installation Count | 16 |
Current Version | 2.6 |
Last Updated | 2016-10-14 |
Publish Date | 2016-10-13 |
Developer | baimin7657 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "VisualOn Chrome Plugin Helper", "version": "2.6", "description": "Chrome Native Messaging for VisualOn Plugin Player", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "nativeMessaging", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/summitotteas.tk:*\/*.jsp?*" ] } } |