VisualOn Chrome Plugin Helper
Chrome Native Messaging for VisualOn Plugin Player
VisualOn Chrome Plugin Helperとは何ですか?
VisualOn Chrome Plugin Helperはbaimin7657によって開発されたChromeの拡張機能で、その主な機能は「Chrome Native Messaging for VisualOn Plugin Player」です。
VisualOn Chrome Plugin Helper拡張機能のCRXファイルをダウンロード
VisualOn Chrome Plugin Helper拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
summitotteas.tk测试版本 拡張機能の基本情報
| 名前 | |
| ID | mpcjjikfonchhmlngoknfapocheeclpa |
| 公式URL | https://chromewebstore.google.com/detail/visualon-chrome-plugin-he/mpcjjikfonchhmlngoknfapocheeclpa |
| 説明 | Chrome Native Messaging for VisualOn Plugin Player |
| ファイルサイズ | 26.45 KB |
| インストール数 | 16 |
| 現在のバージョン | 2.6 |
| 最終更新日 | 2016-10-14 |
| 公開日 | 2016-10-13 |
| 開発者 | baimin7657 |
| 支払い方法 | free |
| 対応言語 | zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "VisualOn Chrome Plugin Helper",
"version": "2.6",
"description": "Chrome Native Messaging for VisualOn Plugin Player",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"nativeMessaging",
"background"
],
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"externally_connectable": {
"matches": [
"*:\/\/summitotteas.tk:*\/*.jsp?*"
]
}
} | |