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 Unknown, 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

                                            

Extension Basic Information

Name VisualOn Chrome Plugin Helper VisualOn Chrome Plugin Helper
ID bfjdnnjhkneeaaopcnmiabbilmljlkdo
Official URL https://chromewebstore.google.com/detail/visualon-chrome-plugin-he/bfjdnnjhkneeaaopcnmiabbilmljlkdo
Description Chrome Native Messaging for VisualOn Plugin Player
File Size 26.52 KB
Installation Count 762
Current Version 3.8
Last Updated 2016-11-15
Publish Date 2016-11-15
Rating 5.00/5 Total 1 Ratings
Developer Unknown
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.8",
    "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": [
            "*:\/\/localhost:*\/*SamplePlayerPPAPI.html",
            "*:\/\/skyfi.connectivity.aero\/*"
        ]
    }
}