Screen Recorder

Create, share and edit screen recordings.

ما هو Screen Recorder؟

Screen Recorder هو إضافة Chrome تم تطويرها بواسطة https://www.veed.io، والميزة الرئيسية لها هي "Create, share and edit screen recordings.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Screen Recorder

قم بتنزيل ملفات الامتداد Screen Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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!                    

معلومات أساسية عن التمديد

الاسم Screen Recorder Screen Recorder
ID mgipbckfkdcalgbcjmkogjijddnkbecc
عنوان URL الرسمي https://chromewebstore.google.com/detail/screen-recorder/mgipbckfkdcalgbcjmkogjijddnkbecc
الوصف Create, share and edit screen recordings.
حجم الملف 694 KB
عدد التثبيتات 23,813
النسخة الحالية 2.4.0
آخر تحديث 2023-05-11
تاريخ النشر 2021-05-13
تقييم 4.49/5 مجموع تقييمات 71
المطور https://www.veed.io
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.veed.io/screen-recorder-app
عنوان صفحة المساعدة https://www.veed.io/
عنوان صفحة سياسة الخصوصية https://www.veed.io/privacy
اللغات المدعومة 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"
    ]
}