Tivibu Test Chrome Plugin Helper

Chrome Native Messaging for Tivibu Test Plugin Player

Cos'è Tivibu Test Chrome Plugin Helper?

Tivibu Test Chrome Plugin Helper è un'estensione di Chrome sviluppata da https://ott.mvpstag.tivibu.com.tr, e la sua funzione principale è "Chrome Native Messaging for Tivibu Test Plugin Player".

Scarica il file CRX dell'estensione Tivibu Test Chrome Plugin Helper

Scarica i file di estensione Tivibu Test Chrome Plugin Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                                            

Informazioni di Base sull'Estensione

Nome Tivibu Test Chrome Plugin Helper Tivibu Test Chrome Plugin Helper
ID gbhipgpdcagidlgmcebnabegloghdgkm
URL Ufficiale https://chrome.google.com/webstore/detail/tivibu-test-chrome-plugin/gbhipgpdcagidlgmcebnabegloghdgkm
Descrizione Chrome Native Messaging for Tivibu Test Plugin Player
Dimensione del File 33.71 KB
Conteggio Installazioni 36
Versione Corrente 1.6
Ultimo Aggiornamento 2018-04-03
Data di Pubblicazione 2018-04-03
Sviluppatore https://ott.mvpstag.tivibu.com.tr
Email [email protected]
Tipo di Pagamento free
Lingue Supportate tr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tivibu Test Chrome Plugin Helper",
    "short_name": "Tivibu Test Plugin Helper",
    "version": "1.6",
    "description": "Chrome Native Messaging for Tivibu Test Plugin Player",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "nativeMessaging",
        "background",
        "management"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost:*\/*",
            "*:\/\/*.tivibu.com.tr\/*"
        ]
    }
}