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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Real Screen Recorder

ดาวน์โหลดไฟล์ส่วนขยาย Real Screen Recorder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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 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/
URL หน้านโยบายความเป็นส่วนตัว 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"
    }
}