MAXtv To Go

Chrome Native Messaging for MAXtv To Go

Wat is MAXtv To Go?

MAXtv To Go is een Chrome-extensie ontwikkeld door htmaxtvdev, en de belangrijkste functie is "Chrome Native Messaging for MAXtv To Go".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie MAXtv To Go

Download MAXtv To Go-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Extension for MAXtv To Go Web application                    

Basisinformatie over de Extensie

Naam MAXtv To Go MAXtv To Go
ID lgnnieiphagkeoapdfonfcbjpohioldh
Officiële URL https://chrome.google.com/webstore/detail/maxtv-to-go/lgnnieiphagkeoapdfonfcbjpohioldh
Beschrijving Chrome Native Messaging for MAXtv To Go
Bestandsgrootte 13.02 KB
Aantal Installaties 25,549
Huidige Versie 1.1
Laatst Bijgewerkt 2018-09-17
Publicatiedatum 2018-09-17
Beoordeling 1.32/5 Totaal 302 Beoordelingen
Ontwikkelaar htmaxtvdev
Betalingswijze free
Ondersteunde Talen 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\/*"
        ]
    }
}