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."입니다.

확장 프로그램 스크린샷

screenshot

C895.org HTML5 Live Player 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This extension adds an HTML5 

확장 프로그램 기본 정보

이름 C895.org HTML5 Live Player 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'"
}