Knowlocker Screen Capturing

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

What is Knowlocker Screen Capturing?

Knowlocker Screen Capturing is a Chrome extension developed by https://knowlocker.com, and its main feature is "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Extension Screenshots

screenshot
screenshot
screenshot

Download Knowlocker Screen Capturing Extension CRX File

Download Knowlocker 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

                        Please install this app to use screen sharing and recording functionality for the Knowlocker app.

This extension allows Chrome to record and share your screen via the Knowlocker video functionality.

You can find out more at https://knowlocker.com                    

Extension Basic Information

Name Knowlocker Screen Capturing Knowlocker Screen Capturing
ID kiapphehiclgceekipjdlokgladdejpm
Official URL https://chromewebstore.google.com/detail/knowlocker-screen-capturi/kiapphehiclgceekipjdlokgladdejpm
Description This WebRTC screen capturing extension can be used within any WebRTC library/application!
File Size 31.4 KB
Installation Count 114
Current Version 1.0.4
Last Updated 2017-11-20
Publish Date 2017-11-20
Developer https://knowlocker.com
Email [email protected]
Payment Type free
Extension Website https://knowlocker.com
Help Page URL https://knowlocker.com
Privacy Policy Page URL https://vidthere.com/privacy
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Knowlocker Screen Capturing",
    "author": "",
    "version": "1.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "This WebRTC screen capturing extension can be used within any WebRTC library\/application!",
    "homepage_url": "https:\/\/www.knowlocker.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "*:\/\/knowlocker.loc\/*",
                "*:\/\/*.knowlocker.loc\/*",
                "*:\/\/knowlocker.com\/*",
                "*:\/\/*.knowlocker.com\/*"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/knowlocker.loc\/*",
            "*:\/\/*.knowlocker.loc\/*",
            "*:\/\/knowlocker.com\/*",
            "*:\/\/*.knowlocker.com\/*"
        ]
    },
    "icons": {
        "16": "icon16.ico",
        "48": "icon48.png",
        "128": "icon128.png",
        "512": "icon512.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "web_accessible_resources": [
        "icon16.ico",
        "icon48.png",
        "icon128.png",
        "icon512.png"
    ]
}