Snapcast

Screensharing utility Snapcast

Wat is Snapcast?

Snapcast is een Chrome-extensie ontwikkeld door https://www.snapcast.xyz, en de belangrijkste functie is "Screensharing utility Snapcast".

Download het CRX-bestand van de extensie Snapcast

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

                        Cast your screen in a snap! This extension enables screencasts within the Snapcast app.                    

Basisinformatie over de Extensie

Naam Snapcast Snapcast
ID mljllkckippdlghlikjakkhfblngjgcn
Officiële URL https://chrome.google.com/webstore/detail/snapcast/mljllkckippdlghlikjakkhfblngjgcn
Beschrijving Screensharing utility Snapcast
Bestandsgrootte 4.35 KB
Aantal Installaties 27
Huidige Versie 0.0.4
Laatst Bijgewerkt 2015-11-30
Publicatiedatum 2015-11-30
Ontwikkelaar https://www.snapcast.xyz
Betalingswijze free
Extensiewebsite https://www.snapcast.xyz
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Snapcast",
    "description": "Screensharing utility Snapcast",
    "version": "0.0.4",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "icons": [],
    "permissions": [
        "desktopCapture"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "https:\/\/icicle-kindling.herokuapp.com\/*",
                "https:\/\/www.snapcast.xyz\/*"
            ],
            "runs_at": "document_start"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/icicle-kindling.herokuapp.com\/*",
            "https:\/\/www.snapcast.xyz\/*"
        ]
    }
}