MAXtv To Go

Chrome Native Messaging for MAXtv To Go

What is MAXtv To Go?

MAXtv To Go is a Chrome extension developed by htmaxtvdev, and its main feature is "Chrome Native Messaging for MAXtv To Go".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download MAXtv To Go Extension CRX File

Download MAXtv To Go 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 for MAXtv To Go Web application                    

Extension Basic Information

Name MAXtv To Go MAXtv To Go
ID lgnnieiphagkeoapdfonfcbjpohioldh
Official URL https://chrome.google.com/webstore/detail/maxtv-to-go/lgnnieiphagkeoapdfonfcbjpohioldh
Description Chrome Native Messaging for MAXtv To Go
File Size 13.02 KB
Installation Count 25,549
Current Version 1.1
Last Updated 2018-09-17
Publish Date 2018-09-17
Rating 1.32/5 Total 302 Ratings
Developer htmaxtvdev
Payment Type free
Supported Languages hr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MAXtv To Go",
    "version": "1.1",
    "description": "Chrome Native Messaging for MAXtv To Go",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "nativeMessaging",
        "background"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "http:\/\/*.lab.bulb.hr\/*",
            "http:\/\/intra.bulb.hr:8083\/*",
            "*:\/\/*.maxtvtogo.tportal.hr\/*",
            "*:\/\/localhost\/*",
            "http:\/\/localhost\/*",
            "http:\/\/localhost:3000\/*",
            "*:\/\/*.hrvatskitelekom.hr\/*"
        ]
    }
}