Mofuvideo

Record your screen and camera

Mofuvideo là gì?

Mofuvideo là một tiện ích mở rộng Chrome được phát triển bởi videosmofu, và tính năng chính của nó là "Record your screen and camera".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Mofuvideo

Tải xuống các tệp mở rộng Mofuvideo dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Capture your screen and camera easily.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Mofuvideo Mofuvideo
ID aafjpdpcnndfielngdenlpbegppphdad
URL Chính Thức https://chromewebstore.google.com/detail/mofuvideo/aafjpdpcnndfielngdenlpbegppphdad
Mô tả Record your screen and camera
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 88
Phiên Bản Hiện Tại 0.1.92
Cập Nhật Lần Cuối 2020-02-19
Ngày Phát Hành 2020-02-19
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển videosmofu
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://mofuvideo.com
URL Trang Chính Sách Bảo Mật https://videolean.com/privacy_policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
        ]
    }
}