ZTE Chrome Plugin Helper For Summit OTT
Chrome Native Messaging for VisualOn Plugin Player
What is ZTE Chrome Plugin Helper For Summit OTT?
ZTE Chrome Plugin Helper For Summit OTT is a Chrome extension developed by baimin7657, and its main feature is "Chrome Native Messaging for VisualOn Plugin Player".
Download ZTE Chrome Plugin Helper For Summit OTT Extension CRX File
Download ZTE Chrome Plugin Helper For Summit OTT 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
Extension Basic Information
Name | ZTE Chrome Plugin Helper For Summit OTT |
ID | leemdjfkjaljkbjefeonelcjejephial |
Official URL | https://chromewebstore.google.com/detail/zte-chrome-plugin-helper/leemdjfkjaljkbjefeonelcjejephial |
Description | Chrome Native Messaging for VisualOn Plugin Player |
File Size | 26.41 KB |
Installation Count | 269 |
Current Version | 2.6 |
Last Updated | 2016-10-17 |
Publish Date | 2016-10-16 |
Rating | 3.25/5 Total 4 Ratings |
Developer | baimin7657 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ZTE Chrome Plugin Helper For Summit OTT", "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?*" ] } } |