EME Call and Event Logger
Logs all Encrypted Media Extensions (EME) method calls and events.
EME Call and Event Loggerとは何ですか?
EME Call and Event LoggerはEME Logger Adminsによって開発されたChromeの拡張機能で、その主な機能は「Logs all Encrypted Media Extensions (EME) method calls and events.」です。
拡張機能のスクリーンショット
EME Call and Event Logger拡張機能のCRXファイルをダウンロード
EME Call and Event Logger拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Logs Encrypted Media Extension (EME) events and calls to help investigate issues in premium media sites. The source code is available at https://github.com/google/eme_logger. By installing this item, you agree to the Google Terms of Service and Privacy Policy at https://www.google.com/intl/en/policies/.
拡張機能の基本情報
名前 | EME Call and Event Logger |
ID | cniohcjecdcdhgmlofniddfoeokbpbpb |
公式URL | https://chromewebstore.google.com/detail/eme-call-and-event-logger/cniohcjecdcdhgmlofniddfoeokbpbpb |
説明 | Logs all Encrypted Media Extensions (EME) method calls and events. |
ファイルサイズ | 50.16 KB |
インストール数 | 3,723 |
現在のバージョン | 3.4.0 |
最終更新日 | 2023-07-06 |
公開日 | 2018-10-10 |
評価 | 4.48/5 合計 23 レビュー |
開発者 | EME Logger Admins |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/google/eme_logger |
ヘルプページのURL | https://github.com/google/eme_logger/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "EME Call and Event Logger", "short_name": "EME Logger", "version": "3.4.0", "manifest_version": 3, "description": "Logs all Encrypted Media Extensions (EME) method calls and events.", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", "file:\/\/*" ], "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_start" } ], "icons": { "22": "icons\/EME_logo_22.png", "32": "icons\/EME_logo_32.png", "48": "icons\/EME_logo_48.png", "96": "icons\/EME_logo_96.png", "128": "icons\/EME_logo_128.png" }, "background": { "service_worker": "service-worker.js", "type": "module" }, "action": { "default_title": "EME Logger" }, "web_accessible_resources": [ { "resources": [ "trace-anything.js", "eme-trace-config.js" ], "matches": [ " |