IdeaNova Drm Extension
This extension connects to the drm plugin
IdeaNova Drm Extensionとは何ですか?
IdeaNova Drm Extensionはoferによって開発されたChromeの拡張機能で、その主な機能は「This extension connects to the drm plugin」です。
IdeaNova Drm Extension拡張機能のCRXファイルをダウンロード
IdeaNova Drm Extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
拡張機能の基本情報
名前 | ![]() |
ID | fdfplckobapecdcakjbodmnkodmhpbjn |
公式URL | https://chrome.google.com/webstore/detail/ideanova-drm-extension/fdfplckobapecdcakjbodmnkodmhpbjn |
説明 | This extension connects to the drm plugin |
ファイルサイズ | 3.96 KB |
インストール数 | 1,000 |
現在のバージョン | 1.5 |
最終更新日 | 2015-03-31 |
公開日 | 2015-03-31 |
評価 | 2.40/5 合計 5 レビュー |
開発者 | ofer |
支払い方法 | free |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "IdeaNova Drm Extension", "description": "This extension connects to the drm plugin", "version": "1.5", "permissions": [ "nativeMessaging", "http:\/\/*\/*", "https:\/\/*\/*" ], "web_accessible_resources": [ "present.js" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "host.js" ] } ], "background": { "scripts": [ "eventPage.js" ], "persistent": false } } |