C895.org HTML5 Live Player
Adds an HTML5 audio streaming control to all pages on C895.org.
What is C895.org HTML5 Live Player?
C895.org HTML5 Live Player is a Chrome extension developed by joelpt, and its main feature is "Adds an HTML5 audio streaming control to all pages on C895.org.".
Extension Screenshots
Download C895.org HTML5 Live Player Extension CRX File
Download C895.org HTML5 Live Player extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This extension adds an HTML5
Extension Basic Information
Name | C895.org HTML5 Live Player |
ID | caikemhebfaieainegdbfiibbipihpol |
Official URL | https://chromewebstore.google.com/detail/c895org-html5-live-player/caikemhebfaieainegdbfiibbipihpol |
Description | Adds an HTML5 audio streaming control to all pages on C895.org. |
File Size | 244 KB |
Installation Count | 49 |
Current Version | 2014.7.1.2 |
Last Updated | 2014-07-01 |
Publish Date | 2014-07-01 |
Rating | 4.00/5 Total 2 Ratings |
Developer | joelpt |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/joelpt/C895.org-HTML5-Audio-Streamer-Chrome-Extension |
Supported Languages | 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'" } |