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开发的Chrome扩展程序,该扩展的主要功能是“This Chrome extension is developed for https://huzza.io/. It doesn't do anything except capture content of your screen.”。
下载Huzza Screen Sharing扩展crx文件
下载Huzza Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension allows you to screen-share to a Huzza live-stream. 扩展基本信息
| 名称 | |
| 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"
]
} | |