Mofuvideo
Record your screen and camera
Cos'è Mofuvideo?
Mofuvideo è un'estensione di Chrome sviluppata da videosmofu, e la sua funzione principale è "Record your screen and camera".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Mofuvideo
Scarica i file di estensione Mofuvideo in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Capture your screen and camera easily. Informazioni di Base sull'Estensione
| Nome | |
| ID | aafjpdpcnndfielngdenlpbegppphdad |
| URL Ufficiale | https://chromewebstore.google.com/detail/mofuvideo/aafjpdpcnndfielngdenlpbegppphdad |
| Descrizione | Record your screen and camera |
| Dimensione del File | 274 KB |
| Conteggio Installazioni | 88 |
| Versione Corrente | 0.1.92 |
| Ultimo Aggiornamento | 2020-02-19 |
| Data di Pubblicazione | 2020-02-19 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | videosmofu |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://mofuvideo.com |
| URL della Pagina della Politica sulla Privacy | https://videolean.com/privacy_policy |
| Lingue Supportate | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Mofuvideo",
"short_name": "Mofuvideo",
"author": "Videolean",
"version": "0.1.92",
"manifest_version": 2,
"minimum_chrome_version": "49",
"description": "Record your screen and camera",
"homepage_url": "https:\/\/mofuvideo.com",
"oauth2": {
"client_id": "157819892390-0c63ko9ejc759ramov3dotomehp9a22q.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"email"
]
},
"background": {
"scripts": [
"background\/background.common.js",
"background\/background.js",
"background\/background.desktopCapture.js",
"background\/background.tabCapture.js",
"background\/background.badgeText.js",
"background\/background.getUserMedia.js",
"background\/background.messaging.js",
"background\/background.players.js",
"background\/background.countdown.js",
"background\/background.options.js",
"background\/background.canvas.js",
"background\/displayCameraVideo.js",
"RecordRTC\/MediaStreamRecorder.js",
"RecordRTC\/MultiStreamRecorder.js",
"RecordRTC\/MultiStreamsMixer.js",
"RecordRTC\/StereoAudioRecorder.js",
"RecordRTC\/DiskStorage.js",
"RecordRTC\/EBML.js"
],
"persistent": false
},
"browser_action": {
"default_icon": "images\/main-icon.png",
"default_title": "Record your screen and camera",
"default_popup": "dropdown.html"
},
"icons": {
"16": "images\/main-icon.png",
"22": "images\/main-icon.png",
"32": "images\/main-icon.png",
"48": "images\/main-icon.png",
"128": "images\/main-icon.png"
},
"permissions": [
"desktopCapture",
"storage",
"tabs",
"tabCapture",
"activeTab",
"identity",
"identity.email",
"notifications",
"http:\/\/*\/",
"https:\/\/*\/"
],
"content_security_policy": "script-src 'self' https:\/\/sdk.amazonaws.com; object-src 'self'",
"web_accessible_resources": [
"images\/tutorial.jpg",
"images\/main-icon.png",
"images\/pencil-icon.png",
"images\/eraser-icon.png",
"images\/expand.png",
"video.html",
"camera-video.html",
"camera-video.css",
"camera-video.js",
"popup.js",
"camera-popup.html",
"video-popup.html"
],
"options_ui": {
"page": "options.html",
"chrome_style": false,
"open_in_tab": true
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/mofuvideo.unagi.com.ar\/*",
"*:\/\/video.mofuvideo.com\/*"
]
}
} | |