Ant Media Server Screen Share extension

This extension allows you to share your screen with Ant Media Server

What is Ant Media Server Screen Share extension?

Ant Media Server Screen Share extension is a Chrome extension developed by https://antmedia.io, and its main feature is "This extension allows you to share your screen with Ant Media Server".

Extension Screenshots

screenshot
screenshot

Download Ant Media Server Screen Share extension Extension CRX File

Download Ant Media Server Screen Share extension 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

                        Check out source code at https://github.com/ant-media/Chrome-Screen-Capture-Extension

https://antmedia.io                    

Extension Basic Information

Name Ant Media Server Screen Share extension Ant Media Server Screen Share extension
ID jaefaokkgpkkjijgddghhcncipkebpnb
Official URL https://chromewebstore.google.com/detail/ant-media-server-screen-s/jaefaokkgpkkjijgddghhcncipkebpnb
Description This extension allows you to share your screen with Ant Media Server
File Size 11.03 KB
Installation Count 927
Current Version 2.1
Last Updated 2018-10-15
Publish Date 2018-10-14
Rating 5.00/5 Total 3 Ratings
Developer https://antmedia.io
Payment Type free
Extension Website https://antmedia.io
Help Page URL https://antmedia.io
Supported Languages en
manifest.json
{
    "author": "Ant-Media",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension allows you to share your screen with Ant Media Server",
    "homepage_url": "https:\/\/www.antmedia.io",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Ant Media Server Screen Share extension",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "2.1",
    "web_accessible_resources": [
        "icon.png"
    ]
}