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

                        VisualOn Chrome Plugin Helper                    

Extension Basic Information

Name VisualOn Chrome Plugin Helper VisualOn Chrome Plugin Helper
ID dfdfjmghjaheobajldldllighcchejif
Official URL https://chrome.google.com/webstore/detail/visualon-chrome-plugin-he/dfdfjmghjaheobajldldllighcchejif
Description Chrome Native Messaging for VisualOn Plugin Player
File Size 26.56 KB
Installation Count 245
Current Version 3.9
Last Updated 2017-07-14
Publish Date 2017-07-14
Rating 5.00/5 Total 2 Ratings
Developer baimin7657
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "VisualOn Chrome Plugin Helper",
    "version": "3.9",
    "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": [
            "*:\/\/*.Telecomtv.uz:*\/*.jsp?*",
            "*:\/\/*.telecomtv.uz:*\/*.jsp?*"
        ]
    }
}