Tivibu Test Chrome Plugin Helper
Chrome Native Messaging for Tivibu Test Plugin Player
什么是Tivibu Test Chrome Plugin Helper?
Tivibu Test Chrome Plugin Helper是由https://ott.mvpstag.tivibu.com.tr开发的Chrome扩展程序,该扩展的主要功能是“Chrome Native Messaging for Tivibu Test Plugin Player”。
下载Tivibu Test Chrome Plugin Helper扩展crx文件
下载Tivibu Test Chrome Plugin Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | ![]() |
ID | gbhipgpdcagidlgmcebnabegloghdgkm |
官方URL | https://chrome.google.com/webstore/detail/tivibu-test-chrome-plugin/gbhipgpdcagidlgmcebnabegloghdgkm |
简介 | Chrome Native Messaging for Tivibu Test Plugin Player |
文件大小 | 33.71 KB |
安装次数 | 36 |
当前版本 | 1.6 |
更新时间 | 2018-04-03 |
上架时间 | 2018-04-03 |
开发者 | https://ott.mvpstag.tivibu.com.tr |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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\/*" ] } } |