Mudu RTC
This Mudu RTC screen capturing extension
Wat is Mudu RTC?
Mudu RTC is een Chrome-extensie ontwikkeld door zzjie1991, en de belangrijkste functie is "This Mudu RTC screen capturing extension".
Extensie Screenshots
Download het CRX-bestand van de extensie Mudu RTC
Download Mudu RTC-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Basisinformatie over de Extensie
| Naam | |
| ID | igfghgmlefpidcbinpcifhknoifdamdj |
| Officiële URL | https://chromewebstore.google.com/detail/mudu-rtc/igfghgmlefpidcbinpcifhknoifdamdj |
| Beschrijving | This Mudu RTC screen capturing extension |
| Bestandsgrootte | 15.17 KB |
| Aantal Installaties | 956 |
| Huidige Versie | 1.1 |
| Laatst Bijgewerkt | 2018-08-30 |
| Publicatiedatum | 2018-08-30 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | zzjie1991 |
| Betalingswijze | free |
| Ondersteunde Talen | 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"
]
} | |