Huzza Screen Sharing
This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.
Huzza Screen Sharing क्या है?
Huzza Screen Sharing https://huzza.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen."।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Huzza Screen Sharing एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension allows you to screen-share to a Huzza live-stream.
एक्सटेंशन की मूल जानकारी
नाम | Huzza Screen Sharing |
ID | fgmhbpagoehdhfbanaiablaedpbeepdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/huzza-screen-sharing/fgmhbpagoehdhfbanaiablaedpbeepdf |
विवरण | This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen. |
फ़ाइल का आकार | 14.93 KB |
स्थापना संख्या | 81 |
वर्तमान संस्करण | 0.0.1 |
अंतिम अपडेट | 2016-03-31 |
प्रकाशन तिथि | 2016-03-31 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://huzza.io |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://huzza.io |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Huzza Screen Sharing", "author": "Huzza Media, Inc.", "version": "0.0.1", "manifest_version": 2, "minimum_chrome_version": "34", "description": "This Chrome extension is developed for https:\/\/huzza.io\/. It doesn't do anything except capture content of your screen.", "homepage_url": "https:\/\/huzza.io\/", "background": { "scripts": [ "background-script.js" ], "persistent": false }, "externally_connectable": { "matches": [ "https:\/\/*.huzza.io\/*" ] }, "icons": { "16": "huzza16.png", "48": "huzza48.png", "128": "huzza128.png" }, "permissions": [ "desktopCapture" ], "web_accessible_resources": [ "icon.png" ] } |