M3U8 Recorder

Free Online Screen Recorder

What is M3U8 Recorder?

M3U8 Recorder is a Chrome extension developed by HelloWorld, and its main feature is "Free Online Screen Recorder".

Extension Screenshots

screenshot
screenshot
screenshot

Download M3U8 Recorder Extension CRX File

Download M3U8 Recorder extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name M3U8 Recorder M3U8 Recorder
ID jlbhnhienbfpgjekmeibaifnpgplabah
Official URL https://chromewebstore.google.com/detail/m3u8-recorder/jlbhnhienbfpgjekmeibaifnpgplabah
Description Free Online Screen Recorder
File Size 98.66 KB
Installation Count 971
Current Version 0.1.6
Last Updated 2022-12-14
Publish Date 2022-12-12
Rating 3.33/5 Total 3 Ratings
Developer HelloWorld
Email [email protected]
Payment Type free
Extension Website https://record.m3u8.dev/
Help Page URL https://record.m3u8.dev/
Privacy Policy Page URL https://code4you.dev/privacy.html
Supported Languages 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"
    }
}