Screen Recorder

Create, share and edit screen recordings.

Screen Recorder là gì?

Screen Recorder là một tiện ích mở rộng Chrome được phát triển bởi https://www.veed.io, và tính năng chính của nó là "Create, share and edit screen recordings.".

Ả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 Screen Recorder

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

                        Record your screen and webcam for FREE. Create, edit and share videos in minutes!

The easiest way to record and capture your screen online. 

VEED SCREEN RECORDER

Works on your Windows or Mac computer. Use our free online screen recorder app with your webcam and microphone to create high quality screen recordings with video and audio. 

Choose a layout that best suits your content. Record your screen and mic at the same time, for as long as you want. No limits! Add yourself in the scene with you webcam side by side or on top of each other. Multiple layouts to choose from.

Once your screen recording is finished, edit your videos online with our powerful video editor. Add subtitles, create overlays, cut between scenes and much more. Perfect for product demos, walk through videos, annotated videos and much more.

FEATURES:

- Record your Screen
- Record your Webcam
- Record your Voice (Microphone)
- Remove background
- 60 minute recording limit 
- No watermarks
- FREE to use!                    

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

Tên Screen Recorder Screen Recorder
ID mgipbckfkdcalgbcjmkogjijddnkbecc
URL Chính Thức https://chromewebstore.google.com/detail/screen-recorder/mgipbckfkdcalgbcjmkogjijddnkbecc
Mô tả Create, share and edit screen recordings.
Kích Thước Tệp 694 KB
Số Lần Cài Đặt 23,813
Phiên Bản Hiện Tại 2.4.0
Cập Nhật Lần Cuối 2023-05-11
Ngày Phát Hành 2021-05-13
Đánh Giá 4.49/5 Tổng số 71 Đánh Giá
Nhà Phát Triển https://www.veed.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.veed.io/screen-recorder-app
URL Trang Trợ Giúp https://www.veed.io/
URL Trang Chính Sách Bảo Mật https://www.veed.io/privacy
Ngôn Ngữ Được Hỗ Trợ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "2.4.0",
    "name": "Screen Recorder",
    "short_name": "Screen Recorder",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAvTfKYZnXnWSBQfIiN5Jh9ckNurHcsmohZ1h6VcVGXHE5NnQbZDHSyKx5fFVjOfhklc5llRDJvvoI\/aY1powEEcC00TBTnHzKCJcq9dckcJGnOpq+trG0jHryur7xOIX0Q67v1JbuSBzJrdPP5lMbaljYjCW4EoyRjk+bkuonltuidnRXkPkZT4RfPkqVV0V+cxJneO602SkfUgZ4W1PX9Z5uARBho1vHuugjbn8b3I277i1UYP6gbiz7FqLFqa08zcjeEt1u7yEBGG7pyJgrqoKh7+T7IkF7KeaZKKRhoU1a7aAoEcoYILUa7U6OTKRTjCbISB1KmdYCl+3LI7NJawIDAQAB",
    "description": "Create, share and edit screen recordings.",
    "homepage_url": "https:\/\/veed.io\/record",
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "cookies",
        "",
        "*:\/\/*.veed.io\/*",
        "*:\/\/*.veed.dev\/*",
        "*:\/\/localhost\/*",
        "*:\/\/*.coder.veed.dev\/"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.veed.io\/*",
            "*:\/\/*.veed.dev\/*",
            "*:\/\/localhost\/*",
            "*:\/\/*.coder.veed.dev\/",
            "*:\/\/storage.googleapis.com\/*"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/logo_32.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-root.js",
                "content-react.js"
            ],
            "css": [
                "content-root.css"
            ]
        }
    ],
    "web_accessible_resources": [
        "iframe.html",
        "iframe.js",
        "content-root.css",
        "githubPRComment.html"
    ]
}