Tivibu Test Chrome Plugin Helper
Chrome Native Messaging for Tivibu Test Plugin Player
O que é Tivibu Test Chrome Plugin Helper?
Tivibu Test Chrome Plugin Helper é uma extensão do Chrome desenvolvida por https://ott.mvpstag.tivibu.com.tr, e sua principal característica é "Chrome Native Messaging for Tivibu Test Plugin Player".
Baixar o arquivo CRX da Extensão Tivibu Test Chrome Plugin Helper
Baixe arquivos de extensão Tivibu Test Chrome Plugin Helper no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
Informações Básicas da Extensão
Nome | ![]() |
ID | gbhipgpdcagidlgmcebnabegloghdgkm |
URL Oficial | https://chrome.google.com/webstore/detail/tivibu-test-chrome-plugin/gbhipgpdcagidlgmcebnabegloghdgkm |
Descrição | Chrome Native Messaging for Tivibu Test Plugin Player |
Tamanho do Arquivo | 33.71 KB |
Contagem de Instalações | 36 |
Versão Atual | 1.6 |
Última Atualização | 2018-04-03 |
Data de Publicação | 2018-04-03 |
Desenvolvedor | https://ott.mvpstag.tivibu.com.tr |
[email protected] | |
Tipo de Pagamento | free |
Idiomas Suportados | 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\/*" ] } } |