Elastic Solutions Live Encoder

Elastic Solutions Encoder Chrome Extension for Native H264/RTMP Live Streaming

Elastic Solutions Live Encoderคืออะไร?

Elastic Solutions Live Encoder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Elastic Solutions LLC และคุณลักษณะหลักของมันคือ "Elastic Solutions Encoder Chrome Extension for Native H264/RTMP Live Streaming"

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Elastic Solutions Live Encoder

ดาวน์โหลดไฟล์ส่วนขยาย Elastic Solutions Live Encoder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                                            

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Elastic Solutions Live Encoder Elastic Solutions Live Encoder
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\/*"
        ]
    }
}