ckmedia Streamer
A simple extension that allows you to stream your desktop into ckmedia.
What is ckmedia Streamer?
ckmedia Streamer is a Chrome extension developed by khub9072, and its main feature is "A simple extension that allows you to stream your desktop into ckmedia.".
Extension Screenshots
Download ckmedia Streamer Extension CRX File
Download ckmedia Streamer 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
ckmedia.dankook.ac.kr의 원격제어 프로그램입니다.
Extension Basic Information
Name | |
ID | alpikedncgbbdbbffpekodajnlkfocea |
Official URL | https://chromewebstore.google.com/detail/ckmedia-streamer/alpikedncgbbdbbffpekodajnlkfocea |
Description | A simple extension that allows you to stream your desktop into ckmedia. |
File Size | 8.73 KB |
Installation Count | 75 |
Current Version | 0.1.6 |
Last Updated | 2018-09-19 |
Publish Date | 2018-09-18 |
Developer | khub9072 |
Payment Type | free |
Extension Website | https://ckmedia.dankook.ac.kr |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "ckmedia Streamer", "description": "A simple extension that allows you to stream your desktop into ckmedia.", "version": "0.1.6", "minimum_chrome_version": "34", "icons": { "16": "khub-logo-16x16.png", "48": "khub-logo-48x48.png", "128": "khub-logo-128x128.png" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "permissions": [ "desktopCapture" ], "externally_connectable": { "matches": [ "*:\/\/ckmedia.dankook.ac.kr\/*" ] } } |