RolePlay.tv Screen Sharing
Easily share your screen with team members.
What is RolePlay.tv Screen Sharing?
RolePlay.tv Screen Sharing is a Chrome extension developed by RolePlay.tv, and its main feature is "Easily share your screen with team members.".
Extension Screenshots
Download RolePlay.tv Screen Sharing Extension CRX File
Download RolePlay.tv Screen Sharing extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This utility allows you to share your screen with your players on RolePlay.tv
Extension Basic Information
Name | |
ID | ncblbglcdalbjlddnfpdcnpbkbpidlno |
Official URL | https://chrome.google.com/webstore/detail/roleplaytv-screen-sharing/ncblbglcdalbjlddnfpdcnpbkbpidlno |
Description | Easily share your screen with team members. |
File Size | 19.12 KB |
Installation Count | 28 |
Current Version | 0.1.3 |
Last Updated | 2019-06-23 |
Publish Date | 2019-06-23 |
Developer | RolePlay.tv |
Payment Type | free |
Extension Website | https://www.roleplay.tv |
Supported Languages | 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" } } |