M3U8 Recorder

Free Online Screen Recorder

M3U8 Recorderคืออะไร?

M3U8 Recorder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย HelloWorld และคุณลักษณะหลักของมันคือ "Free Online Screen Recorder"

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

screenshot
screenshot
screenshot

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

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

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

                        M3U8 Recorder is an all-in-one screen recorder to help you record a video from screen. 

You can record the whole screen, specific application window or browser tab at will, without downloading any software.

Online Version:
https://record.m3u8.dev/

How to use:
https://www.craft.do/s/nyEpTS2o1g1jQG                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ M3U8 Recorder M3U8 Recorder
ID jlbhnhienbfpgjekmeibaifnpgplabah
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/m3u8-recorder/jlbhnhienbfpgjekmeibaifnpgplabah
คำอธิบาย Free Online Screen Recorder
ขนาดไฟล์ 98.66 KB
จำนวนการติดตั้ง 971
เวอร์ชันปัจจุบัน 0.1.6
อัปเดตครั้งล่าสุด 2022-12-14
วันที่เผยแพร่ 2022-12-12
คะแนน 3.33/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา HelloWorld
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://record.m3u8.dev/
URL หน้าช่วยเหลือ https://record.m3u8.dev/
URL หน้านโยบายความเป็นส่วนตัว https://code4you.dev/privacy.html
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "M3U8 Recorder",
    "description": "Free Online Screen Recorder",
    "version": "0.1.6",
    "options_page": "options\/index.html",
    "background": {
        "service_worker": "background\/index.js"
    },
    "action": {
        "default_icon": {
            "128": "assets\/icons\/icon-128.png"
        },
        "default_title": "M3U8 Recorder"
    },
    "icons": {
        "128": "assets\/icons\/icon-128.png"
    }
}