BeLive Desktop
BeLive.tv Desktop Extension
Wat is BeLive Desktop?
BeLive Desktop is een Chrome-extensie ontwikkeld door https://belive.tv, en de belangrijkste functie is "BeLive.tv Desktop Extension".
Extensie Screenshots
Download het CRX-bestand van de extensie BeLive Desktop
Download BeLive Desktop-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
BeLive.tv is a web-based platform for engaging your audience on live networks. This extension enables the Screen Sharing functionality for BeLive.tv users, and has no function outside of that.
Basisinformatie over de Extensie
Naam | BeLive Desktop |
ID | jcgoegpgdgklohplpnopagfbipaaddcl |
Officiële URL | https://chromewebstore.google.com/detail/belive-desktop/jcgoegpgdgklohplpnopagfbipaaddcl |
Beschrijving | BeLive.tv Desktop Extension |
Bestandsgrootte | 11.37 KB |
Aantal Installaties | 30,000 |
Huidige Versie | 1.2.1 |
Laatst Bijgewerkt | 2020-01-07 |
Publicatiedatum | 2020-01-07 |
Beoordeling | 3.79/5 Totaal 14 Beoordelingen |
Ontwikkelaar | https://belive.tv |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://belive.tv |
Help Pagina-URL | https://help.belive.tv |
Ondersteunde Talen | en |
manifest.json | |
{ "author": "BeLive Studios LTD", "name": "BeLive Desktop", "description": "BeLive.tv Desktop Extension", "homepage_url": "https:\/\/belive.tv\/", "icons": { "48": "icon.png" }, "background": { "persistent": false, "scripts": [ "background-script.js", "background-v2-script.js" ] }, "content_scripts": [ { "all_frames": true, "js": [ "content-script.js" ], "matches": [ "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/*" ], "run_at": "document_end" } ], "externally_connectable": { "matches": [ "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/*" ] }, "manifest_version": 2, "minimum_chrome_version": "34", "permissions": [ "desktopCapture", "system.cpu", "system.memory", "https:\/\/belive.tv\/*", "https:\/\/*.belive.tv\/" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "web_accessible_resources": [ "icon.png" ], "version": "1.2.1" } |