CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
Wat is CircleHD Studio?
CircleHD Studio is een Chrome-extensie ontwikkeld door https://www.circlehd.com, en de belangrijkste functie is "Chrome Extension to record video from Camera, Screen or Picture in Picture".
Extensie Screenshots
Download het CRX-bestand van de extensie CircleHD Studio
Download CircleHD Studio-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
CircleHD users can record, publish and share videos to CircleHD community using CircleHD Studio extension for Google Chrome browser. This extension is required if you would like to record screen and picture in picture mode to your portal. If you have questions contact us at [email protected]
Basisinformatie over de Extensie
Naam | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
Officiële URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
Beschrijving | Chrome Extension to record video from Camera, Screen or Picture in Picture |
Bestandsgrootte | 157 KB |
Aantal Installaties | 42 |
Huidige Versie | 2.1 |
Laatst Bijgewerkt | 2019-03-22 |
Publicatiedatum | 2019-03-22 |
Ontwikkelaar | https://www.circlehd.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.circlehd.com/studio |
Help Pagina-URL | https://www.circlehd.com/studio/faq |
URL van de Privacybeleid Pagina | https://www.circlehd.com/privacy-policy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CircleHD Studio", "description": "Chrome Extension to record video from Camera, Screen or Picture in Picture", "version": "2.1", "minimum_chrome_version": "70", "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "icons": { "128": "icon.png" }, "background": { "scripts": [ ".\/background.min.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "content-script.min.js" ] } ], "permissions": [ "activeTab", "clipboardWrite", "contextMenus", "desktopCapture", "http:\/\/*\/*", "https:\/\/*.circlehd.com\/*", "https:\/\/*\/*", "identity", "notifications", "storage", "tabCapture", "tabs", "webNavigation", "webRequest", "webRequestBlocking" ], "browser_action": { "default_icon": "icon.png", "default_title": "Record Your Camera, Screen or Picture in Picture", "default_popup": "popup.html" }, "options_page": "options.html", "web_accessible_resources": [ "*.html" ] } |