Elastic Solutions Live Encoder
Elastic Solutions Encoder Chrome Extension for Native H264/RTMP Live Streaming
Elastic Solutions Live Encoder란 무엇입니까?
Elastic Solutions Live Encoder은(는) Elastic Solutions LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Elastic Solutions Encoder Chrome Extension for Native H264/RTMP Live Streaming"입니다.
Elastic Solutions Live Encoder 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
확장 프로그램 기본 정보
이름 | |
ID | chakpenacajfhblnnkniidcmnjefnbbd |
공식 URL | https://chrome.google.com/webstore/detail/elastic-solutions-live-en/chakpenacajfhblnnkniidcmnjefnbbd |
설명 | Elastic Solutions Encoder Chrome Extension for Native H264/RTMP Live Streaming |
파일 크기 | 13.6 KB |
설치 횟수 | 88 |
현재 버전 | 1.1.2.1 |
최근 업데이트 | 2016-04-16 |
출시 날짜 | 2016-04-16 |
평점 | 1.00/5 총 3 개의 평점 |
개발자 | Elastic Solutions LLC |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | http://www.elasticroi.com |
지원되는 언어 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Elastic Solutions Live Encoder", "version": "1.1.2.1", "manifest_version": 2, "description": "Elastic Solutions Encoder Chrome Extension for Native H264\/RTMP Live Streaming", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkLhV2lHMYadGAMHrSs7qIZ6W1ebSeTU5HExv8duXmssKTXyQkeYDEjsEp7YA5EF2ZLwVDDtVg5jukN8EqA4f6K+8umGGYO2XMz63LbdUtrnE7jPnmP3zqwslweMGdXrAAPDMM73xODI7bOE8U+UHy\/GF7tTJh29Emlqdu0\/PrQmWLnIPU3Ae1RmIp6bzUxfXFx9MrrFHQxOpbo3eNzOju8UD+hE7654yMEIk0Zcofo3lcMV18e9\/XICjgDRHAI6frJOXOuoakgrecLTplXYi+4FzzQaMm8MSszO5N9qcVHmSn0HmYIUCFk0KcTVl1kXTEN9ErLzptMSg4dSHTb9Q9QIDAQAB", "background": { "scripts": [ "js\/nano.chrome.extension.js", "js\/nano.chrome.extension.installed.js", "js\/nano.chrome.extension.messages.js" ] }, "icons": { "16": "assets\/icon-16.png", "128": "assets\/icon-128.png" }, "browser_action": { "default_icon": "assets\/icon-128.png", "default_title": "Elastic Solutions Live Encoder", "default_popup": "popup\/nano.popup.html" }, "permissions": [ "nativeMessaging", "tabs", "http:\/\/localhost\/*", "http:\/\/www.elasticroi.com\/*", "https:\/\/www.elasticroi.com\/*", "http:\/\/www.elasticwebcast.com\/*", "https:\/\/www.elasticwebcast.com\/*", "http:\/\/www.nanocosmos.de\/*", "https:\/\/ssl.nanocosmos.de\/*" ], "web_accessible_resources": [ "images\/*.png", "js\/nano.chrome.extension.installed.js" ], "externally_connectable": { "ids": [ "*" ], "matches": [ "http:\/\/localhost\/*", "http:\/\/www.nanocosmos.de\/*", "https:\/\/ssl.nanocosmos.de\/*", "http:\/\/www.elasticroi.com\/*", "https:\/\/www.elasticroi.com\/*", "http:\/\/www.elasticwebcast.com\/*", "https:\/\/www.elasticwebcast.com\/*" ] } } |