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 |
电子邮箱 | [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'" } |