Screen Capturing for MITV

This WebRTC screen capturing extension can be used within any WebRTC library/application!

What is Screen Capturing for MITV?

Screen Capturing for MITV is a Chrome extension developed by https://media.kron-telekom.si, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Download Screen Capturing for MITV Extension CRX File

Download Screen Capturing for MITV 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 needed for WebRTC media platform.                    

Extension Basic Information

Name Screen Capturing for MITV Screen Capturing for MITV
ID olbkfkkemojeaacbfianmaifcglelgde
Official URL https://chrome.google.com/webstore/detail/screen-capturing-for-mitv/olbkfkkemojeaacbfianmaifcglelgde
Description This WebRTC screen capturing extension can be used within any WebRTC library/application!
File Size 6.74 KB
Installation Count 21
Current Version 3.3.5
Last Updated 2015-07-09
Publish Date 2015-07-09
Developer https://media.kron-telekom.si
Payment Type free
Supported Languages sl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing for MITV",
    "author": "Muaz Khan",
    "version": "3.3.5",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "http:\/\/beta.mitv.si",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}