TwentyThree Screen Sharing

Allow live streaming, screen sharing and video recording with TwentyThree.

What is TwentyThree Screen Sharing?

TwentyThree Screen Sharing is a Chrome extension developed by http://twentythree.net, and its main feature is "Allow live streaming, screen sharing and video recording with TwentyThree.".

Download TwentyThree Screen Sharing Extension CRX File

Download TwentyThree 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

                        Allow live streaming, screen sharing and video recording with TwentyThree.                    

Extension Basic Information

Name TwentyThree Screen Sharing TwentyThree Screen Sharing
ID ajmipkkmbibiinbmiflnhmndagpdklof
Official URL https://chrome.google.com/webstore/detail/twentythree-screen-sharin/ajmipkkmbibiinbmiflnhmndagpdklof
Description Allow live streaming, screen sharing and video recording with TwentyThree.
File Size 11.68 KB
Installation Count 76
Current Version 1.2
Last Updated 2017-12-19
Publish Date 2017-12-19
Rating 4.00/5 Total 1 Ratings
Developer http://twentythree.net
Email [email protected]
Payment Type free
Extension Website https://www.twentythree.net
Help Page URL https://www.twentythree.net/help
Privacy Policy Page URL https://www.twentythree.net/terms
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "TwentyThree Screen Sharing",
    "description": "Allow live streaming, screen sharing and video recording with TwentyThree.",
    "author": "TwentyThree.",
    "version": "1.2",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "homepage_url": "https:\/\/www.twentythree.net\/",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.videomarketingplatform.co\/*",
            "https:\/\/*.23video.com\/*",
            "http:\/\/localhost:8080\/*"
        ]
    },
    "icons": {
        "16": "logo16.png",
        "48": "logo48.png",
        "128": "logo128.png"
    },
    "permissions": [
        "desktopCapture",
        "tabs"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}