Experiment Screen Capturing

This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!

What is Experiment Screen Capturing?

Experiment Screen Capturing is a Chrome extension developed by https://experiment.net.au, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!".

Extension Screenshots

screenshot

Download Experiment Screen Capturing Extension CRX File

Download Experiment Screen Capturing 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

                                            

Extension Basic Information

Name Experiment Screen Capturing Experiment Screen Capturing
ID jadedhkkiigciihgiemofbogaodihpec
Official URL https://chromewebstore.google.com/detail/experiment-screen-capturi/jadedhkkiigciihgiemofbogaodihpec
Description This WebRTC screen capturing extension can be used within any WebRTC library/application! Use getScreenId.js!
File Size 302 KB
Installation Count 22
Current Version 3.7
Last Updated 2019-01-23
Publish Date 2019-01-23
Rating 5.00/5 Total 3 Ratings
Developer https://experiment.net.au
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Experiment Screen Capturing",
    "author": "Setup",
    "version": "3.7",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application! Use getScreenId.js!",
    "homepage_url": "https:\/\/experiment.school",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/experiment.net.au\/*",
                "*:\/\/experiment.school\/*",
                "*:\/\/au.experiment.school\/*",
                "*:\/\/127.0.0.1\/*",
                "*:\/\/localhost\/*",
                "*:\/\/192.168.1.35\/*",
                "*:\/\/192.168.1.42\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}