C895.org HTML5 Live Player
Adds an HTML5 audio streaming control to all pages on C895.org.
C895.org HTML5 Live Playerとは何ですか?
C895.org HTML5 Live Playerはjoelptによって開発されたChromeの拡張機能で、その主な機能は「Adds an HTML5 audio streaming control to all pages on C895.org.」です。
拡張機能のスクリーンショット
C895.org HTML5 Live Player拡張機能のCRXファイルをダウンロード
C895.org HTML5 Live Player拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension adds an HTML5
拡張機能の基本情報
名前 | C895.org HTML5 Live Player |
ID | caikemhebfaieainegdbfiibbipihpol |
公式URL | https://chromewebstore.google.com/detail/c895org-html5-live-player/caikemhebfaieainegdbfiibbipihpol |
説明 | Adds an HTML5 audio streaming control to all pages on C895.org. |
ファイルサイズ | 244 KB |
インストール数 | 49 |
現在のバージョン | 2014.7.1.2 |
最終更新日 | 2014-07-01 |
公開日 | 2014-07-01 |
評価 | 4.00/5 合計 2 レビュー |
開発者 | joelpt |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/joelpt/C895.org-HTML5-Audio-Streamer-Chrome-Extension |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "http:\/\/*.c895.org\/*", "https:\/\/*.c895.org\/*" ], "run_at": "document_idle" } ], "description": "Adds an HTML5 audio streaming control to all pages on C895.org.", "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "name": "C895.org HTML5 Live Player", "permissions": [], "version": "2014.7.1.2", "content_security_policy": "script-src 'self'; object-src 'self'" } |