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 |
官方網址 | 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\/*" ] } } |