DNATV Chrome Plugin Helper
Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free.
DNATV Chrome Plugin Helperとは何ですか?
DNATV Chrome Plugin Helperはdnalabraによって開発されたChromeの拡張機能で、その主な機能は「Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free.」です。
拡張機能のスクリーンショット
DNATV Chrome Plugin Helper拡張機能のCRXファイルをダウンロード
DNATV Chrome Plugin Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
| 名前 | |
| ID | lpbcdclphldcjoodmkbkncballmicnlf |
| 公式URL | https://chromewebstore.google.com/detail/dnatv-chrome-plugin-helpe/lpbcdclphldcjoodmkbkncballmicnlf |
| 説明 | Chrome DNA TV plugin for pay-TV and content libraries. Extension can be downloaded for free. |
| ファイルサイズ | 7.75 KB |
| インストール数 | 10,000 |
| 現在のバージョン | 1.0.1 |
| 最終更新日 | 2016-08-08 |
| 公開日 | 2016-08-08 |
| 評価 | 1.39/5 合計 132 レビュー |
| 開発者 | dnalabra |
| 支払い方法 | free |
| 対応言語 | 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:*\/*"
]
}
} | |