Screen Capturing

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

Wat is Screen Capturing?

Screen Capturing is een Chrome-extensie ontwikkeld door https://appinux.com, en de belangrijkste functie is "This WebRTC screen capturing extension can be used within any WebRTC library/application!".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Screen Capturing

Download Screen Capturing-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Developer tool for screen sharing by Appinux A/S                    

Basisinformatie over de Extensie

Naam Screen Capturing Screen Capturing
ID hccmdbhopgjapkajcmdegkpplnahngnl
Officiële URL https://chromewebstore.google.com/detail/screen-capturing/hccmdbhopgjapkajcmdegkpplnahngnl
Beschrijving This WebRTC screen capturing extension can be used within any WebRTC library/application!
Bestandsgrootte 5.33 KB
Aantal Installaties 87
Huidige Versie 3.5
Laatst Bijgewerkt 2019-04-26
Publicatiedatum 2019-04-26
Ontwikkelaar https://appinux.com
Betalingswijze free
Extensiewebsite https://appinux.com
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Screen Capturing",
    "author": "Muaz Khan",
    "version": "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:\/\/www.appinux.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_start",
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}