Tivibu Test Chrome Plugin Helper
Chrome Native Messaging for Tivibu Test Plugin Player
What is Tivibu Test Chrome Plugin Helper?
Tivibu Test Chrome Plugin Helper is a Chrome extension developed by https://ott.mvpstag.tivibu.com.tr, and its main feature is "Chrome Native Messaging for Tivibu Test Plugin Player".
Download Tivibu Test Chrome Plugin Helper Extension CRX File
Download Tivibu Test Chrome Plugin Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Extension Basic Information
Name | ![]() |
ID | gbhipgpdcagidlgmcebnabegloghdgkm |
Official URL | https://chrome.google.com/webstore/detail/tivibu-test-chrome-plugin/gbhipgpdcagidlgmcebnabegloghdgkm |
Description | Chrome Native Messaging for Tivibu Test Plugin Player |
File Size | 33.71 KB |
Installation Count | 36 |
Current Version | 1.6 |
Last Updated | 2018-04-03 |
Publish Date | 2018-04-03 |
Developer | https://ott.mvpstag.tivibu.com.tr |
[email protected] | |
Payment Type | free |
Supported Languages | 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\/*" ] } } |