Online Screen Recorder

Free Online Screen Recorder - No Download

What is Online Screen Recorder?

Online Screen Recorder is a Chrome extension developed by https://screenapp.io, and its main feature is "Free Online Screen Recorder - No Download".

Extension Screenshots

screenshot

Download Online Screen Recorder Extension CRX File

Download Online Screen 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

                        Free Extension for ScreenApp.IO                    

Extension Basic Information

Name Online Screen Recorder Online Screen Recorder
ID jchodkkgldoachhmohljjgmiailkbdlb
Official URL https://chromewebstore.google.com/detail/online-screen-recorder/jchodkkgldoachhmohljjgmiailkbdlb
Description Free Online Screen Recorder - No Download
File Size 24.28 KB
Installation Count 7,068
Current Version 2.1
Last Updated 2019-08-04
Publish Date 2019-08-03
Rating 3.92/5 Total 13 Ratings
Developer https://screenapp.io
Payment Type free
Extension Website https://online-screen-recorder.com
Help Page URL https://screenapp.io/blog/faq.html
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Online Screen Recorder",
    "short_name": "ScreenApp",
    "author": "Meetrix.IO",
    "version": "2.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "Free Online Screen Recorder - No Download",
    "homepage_url": "https:\/\/screenapp.io",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/screenapp.io\/*",
                "http:\/\/localhost:8080\/*"
            ]
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "desktopCapture",
        "activeTab",
        "tabs",
        "https:\/\/screenapp.io\/*",
        "http:\/\/localhost:8080\/*"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/screenapp.io\/*",
            "http:\/\/localhost:8080\/*"
        ]
    }
}