CircleHD Studio
Chrome Extension to record video from Camera, Screen or Picture in Picture
CircleHD Studio क्या है?
CircleHD Studio https://www.circlehd.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Chrome Extension to record video from Camera, Screen or Picture in Picture"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CircleHD Studio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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]
एक्सटेंशन की मूल जानकारी
नाम | |
ID | lbphdjaagoejfionkfcmcjoleblnehih |
आधिकारिक URL | https://chrome.google.com/webstore/detail/circlehd-studio/lbphdjaagoejfionkfcmcjoleblnehih |
विवरण | Chrome Extension to record video from Camera, Screen or Picture in Picture |
फ़ाइल का आकार | 157 KB |
स्थापना संख्या | 42 |
वर्तमान संस्करण | 2.1 |
अंतिम अपडेट | 2019-03-22 |
प्रकाशन तिथि | 2019-03-22 |
डेवलपर | https://www.circlehd.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.circlehd.com/studio |
सहायता पृष्ठ URL | https://www.circlehd.com/studio/faq |
गोपनीयता नीति पृष्ठ URL | https://www.circlehd.com/privacy-policy |
समर्थित भाषाएँ | 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" ] } |