DNATV Chrome Plugin Helper
Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free.
What is DNATV Chrome Plugin Helper?
DNATV Chrome Plugin Helper is a Chrome extension developed by dnalabra, and its main feature is "Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free.".
Extension Screenshots
Download DNATV Chrome Plugin Helper Extension CRX File
Download DNATV 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 | DNATV Chrome Plugin Helper |
ID | lpbcdclphldcjoodmkbkncballmicnlf |
Official URL | https://chromewebstore.google.com/detail/dnatv-chrome-plugin-helpe/lpbcdclphldcjoodmkbkncballmicnlf |
Description | Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free. |
File Size | 7.75 KB |
Installation Count | 10,000 |
Current Version | 1.0.1 |
Last Updated | 2016-08-08 |
Publish Date | 2016-08-08 |
Rating | 1.39/5 Total 132 Ratings |
Developer | dnalabra |
Payment Type | free |
Supported Languages | en,fi |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.1", "manifest_version": 2, "name": "__MSG_name__", "short_name": "__MSG_shortName__", "description": "__MSG_description__", "default_locale": "fi", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "permissions": [ "nativeMessaging", "background" ], "background": { "scripts": [ "background.js" ], "persistent": false }, "externally_connectable": { "matches": [ "*:\/\/localhost:*\/*", "*:\/\/*.dna.fi:*\/*" ] } } |