Awesome Video Recorder

Record your camera, full screen or tabs with audio.

Awesome Video Recorder là gì?

Awesome Video Recorder là một tiện ích mở rộng Chrome được phát triển bởi Ravi Shukla, và tính năng chính của nó là "Record your camera, full screen or tabs with audio.".

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

screenshot

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

Tải xuống các tệp mở rộng Awesome Video Recorder 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

                        Best and free screen recorder for Chrome. Capture and share videos instantly.

🎥 Record
▸ Desktop, browser tab or webcam capture
▸ Narrate with your microphone’s audio
▸ Embed your webcam into the screencast

🚀 Share
▸ Upload Videos to Google Drive
▸ Save and manage videos locally

Even you need not to sign up. Everything is free, So what are you waiting for? It’s easy and simple. Just click and install the Awesome Video recorder chrome extension today!

📨 Info / Contact Us:
For any feedback/queries, feel free to contact us at [email protected]                    

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

Tên Awesome Video Recorder Awesome Video Recorder
ID mbdpapbccbmkalhihldlhkghjgghjdom
URL Chính Thức https://chrome.google.com/webstore/detail/awesome-video-recorder/mbdpapbccbmkalhihldlhkghjgghjdom
Mô tả Record your camera, full screen or tabs with audio.
Kích Thước Tệp 203 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 1.4
Cập Nhật Lần Cuối 2020-11-24
Ngày Phát Hành 2020-11-24
Đánh Giá 3.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển Ravi Shukla
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://w3path.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Awesome Video Recorder",
    "short_name": "Video Recorder",
    "description": "Record your camera, full screen or tabs with audio.",
    "version": "1.4",
    "author": "Ravi Shukla",
    "browser_action": {
        "default_icon": "dist\/image\/logo.png",
        "default_popup": "index.html"
    },
    "icons": {
        "16": "dist\/image\/logo.png",
        "32": "dist\/image\/logo.png",
        "48": "dist\/image\/logo.png",
        "128": "dist\/image\/logo.png"
    },
    "oauth2": {
        "client_id": "856992244474-9vm8eo0d5n6akukcr14hj7en1ioh72rh.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/drive"
        ]
    },
    "background": {
        "scripts": [
            "dist\/js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "dist\/js\/contentScript.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "optional_permissions": [
        "activeTab",
        "webNavigation"
    ],
    "permissions": [
        "storage",
        "alarms",
        "identity",
        "notifications",
        "unlimitedStorage",
        "desktopCapture",
        "system.cpu",
        "system.memory",
        "tabs",
        "tabCapture",
        ""
    ],
    "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com https:\/\/*.google.com; object-src 'self'",
    "minimum_chrome_version": "49"
}