Mudu RTC
This Mudu RTC screen capturing extension
What is Mudu RTC?
Mudu RTC is a Chrome extension developed by zzjie1991, and its main feature is "This Mudu RTC screen capturing extension".
Extension Screenshots
Download Mudu RTC Extension CRX File
Download Mudu RTC 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
Extension Basic Information
Name | Mudu RTC |
ID | igfghgmlefpidcbinpcifhknoifdamdj |
Official URL | https://chromewebstore.google.com/detail/mudu-rtc/igfghgmlefpidcbinpcifhknoifdamdj |
Description | This Mudu RTC screen capturing extension |
File Size | 15.17 KB |
Installation Count | 956 |
Current Version | 1.1 |
Last Updated | 2018-08-30 |
Publish Date | 2018-08-30 |
Rating | 5.00/5 Total 1 Ratings |
Developer | zzjie1991 |
Payment Type | free |
Supported Languages | zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Mudu RTC", "author": "Mudu Jayge", "version": "1.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Mudu RTC screen capturing extension", "homepage_url": "https:\/\/mudu.tv\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "content_scripts": [ { "js": [ "content-script.js" ], "all_frames": true, "run_at": "document_end", "matches": [ "https:\/\/vod.mudu.tv\/*" ] } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon48.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon48.png" ] } |