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 |
Eメール | [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\/*" ] } } |