Knowlocker Screen Capturing

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

Was ist Knowlocker Screen Capturing?

Knowlocker Screen Capturing ist eine Chrome-Erweiterung, die von https://knowlocker.com entwickelt wurde, und ihr Hauptmerkmal ist "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Knowlocker Screen Capturing-Erweiterungs-CRX-Datei herunterladen

Laden Sie Knowlocker Screen Capturing-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Knowlocker Screen Capturing Knowlocker Screen Capturing
ID kiapphehiclgceekipjdlokgladdejpm
Offizielle URL https://chromewebstore.google.com/detail/knowlocker-screen-capturi/kiapphehiclgceekipjdlokgladdejpm
Beschreibung This WebRTC screen capturing extension can be used within any WebRTC library/application!
Dateigröße 31.4 KB
Installationsanzahl 114
Aktuelle Version 1.0.4
Letztes Update 2017-11-20
Veröffentlichungsdatum 2017-11-20
Entwickler https://knowlocker.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://knowlocker.com
Hilfeseite URL https://knowlocker.com
URL der Datenschutzrichtlinien-Seite https://vidthere.com/privacy
Unterstützte Sprachen 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"
    ]
}