RolePlay.tv Screen Sharing
Easily share your screen with team members.
什么是RolePlay.tv Screen Sharing?
RolePlay.tv Screen Sharing是由RolePlay.tv开发的Chrome扩展程序,该扩展的主要功能是“Easily share your screen with team members.”。
扩展截图
下载RolePlay.tv Screen Sharing扩展crx文件
下载RolePlay.tv Screen Sharing扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This utility allows you to share your screen with your players on RolePlay.tv 扩展基本信息
| 名称 | |
| ID | ncblbglcdalbjlddnfpdcnpbkbpidlno |
| 官方URL | https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno |
| 简介 | Easily share your screen with team members. |
| 文件大小 | 19.12 KB |
| 安装次数 | 28 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2019-06-23 |
| 上架时间 | 2019-06-23 |
| 开发者 | RolePlay.tv |
| 付费类型 | free |
| 扩展官网 | https://www.roleplay.tv |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "RolePlay.tv Screen Sharing",
"description": "Easily share your screen with team members.",
"version": "0.1.3",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
]
},
"externally_connectable": {
"matches": [
"*:\/\/localhost\/*",
"*:\/\/www.roleplay.tv\/*"
]
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"*:\/\/localhost\/*",
"*:\/\/www.roleplay.tv\/*"
]
}
],
"permissions": [
"desktopCapture",
"contextMenus"
],
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
}
} | |