Real Screen Recorder
Real Screen Recorder records the screen and webcam with audio.
ما هو Real Screen Recorder؟
Real Screen Recorder هو إضافة Chrome تم تطويرها بواسطة https://www.realscreenrec.com، والميزة الرئيسية لها هي "Real Screen Recorder records the screen and webcam with audio.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Real Screen Recorder
قم بتنزيل ملفات الامتداد Real Screen Recorder بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording. Features: >>Screen & Webcam recording >>Record screen with audio >>No watermark Here are steps to use Screen Recorder Chrome Extension: >> Install real screen recorder extension for Google chrome from the store >> Open the extension and choose from the 3 options >> Select the screen or tab that you want to record and click on start button >> Stop the recording and download the the screen recording to your computer UPDATES: Version 1.0.7 >> User can now record and generate a sharable link. >> Improved UI
معلومات أساسية عن التمديد
الاسم | Real Screen Recorder |
ID | bclhideolocjbnchomdggkibcokgihbh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh |
الوصف | Real Screen Recorder records the screen and webcam with audio. |
حجم الملف | 5.29 MB |
عدد التثبيتات | 30,846 |
النسخة الحالية | 1.0.8 |
آخر تحديث | 2023-09-13 |
تاريخ النشر | 2023-01-15 |
تقييم | 4.61/5 مجموع تقييمات 18 |
المطور | https://www.realscreenrec.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.realscreenrec.com/ |
عنوان صفحة سياسة الخصوصية | https://www.realscreenrec.com/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Real Screen Recorder", "description": "Real Screen Recorder records the screen and webcam with audio.", "version": "1.0.8", "manifest_version": 3, "permissions": [ "activeTab", "gcm", "notifications", "unlimitedStorage", "storage" ], "host_permissions": [ "*:\/\/*\/*" ], "action": { "default_title": "Real Screen Recorder" }, "icons": { "16": ".\/image\/icon-16.png", "24": ".\/image\/icon-24.png", "32": ".\/image\/icon-32.png", "48": ".\/image\/icon-48.png", "64": ".\/image\/icon-64.png", "96": ".\/image\/icon-96.png", "128": ".\/image\/icon-128.png" }, "background": { "service_worker": "background.js" } } |