Tivibu Test Chrome Plugin Helper
Chrome Native Messaging for Tivibu Test Plugin Player
Vad är Tivibu Test Chrome Plugin Helper?
Tivibu Test Chrome Plugin Helper är en Chrome-tillägg utvecklad av https://ott.mvpstag.tivibu.com.tr, och dess huvudfunktion är "Chrome Native Messaging for Tivibu Test Plugin Player".
Ladda ner Tivibu Test Chrome Plugin Helper-förlängningens CRX-fil
Ladda ner Tivibu Test Chrome Plugin Helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
Grundläggande Information om Tillägg
Namn | ![]() |
ID | gbhipgpdcagidlgmcebnabegloghdgkm |
Officiell webbadress | https://chrome.google.com/webstore/detail/tivibu-test-chrome-plugin/gbhipgpdcagidlgmcebnabegloghdgkm |
Beskrivning | Chrome Native Messaging for Tivibu Test Plugin Player |
Filstorlek | 33.71 KB |
Antal Installationer | 36 |
Aktuell Version | 1.6 |
Senast Uppdaterad | 2018-04-03 |
Publiceringsdatum | 2018-04-03 |
Utvecklare | https://ott.mvpstag.tivibu.com.tr |
E-post | [email protected] |
Betalningssätt | free |
Stödda Språk | 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\/*" ] } } |