Screen Capturing

This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.

What is Screen Capturing?

Screen Capturing is a Chrome extension developed by https://etomon.com, and its main feature is "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.".

Extension Screenshots

screenshot

Download Screen Capturing Extension CRX File

Download Screen Capturing 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

                        You can share screen using this plugin.                    

Extension Basic Information

Name Screen Capturing Screen Capturing
ID bdpkeokmobkmmgghknpedglcickgdnih
Official URL https://chromewebstore.google.com/detail/screen-capturing/bdpkeokmobkmmgghknpedglcickgdnih
Description This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.
File Size 7.77 KB
Installation Count 32
Current Version 3.6.5
Last Updated 2018-09-12
Publish Date 2018-09-12
Developer https://etomon.com
Payment Type free
Supported Languages en-US
manifest.json
{
    "author": "Zhenyu Yang",
    "background": {
        "persistent": false,
        "scripts": [
            "background-script.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content-script.js"
            ],
            "matches": [
                "https:\/\/etomon.com\/*",
                "https:\/\/etomon.com:9999\/*",
                "https:\/\/www.etomon.com\/*",
                "https:\/\/www.etomon.com:9999\/*",
                "http:\/\/localhost:4200\/*",
                "https:\/\/localhost:4200\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This is a copy of Muaz Khan's screen capture extension, the only difference is that fullscreen is removed from screen options.",
    "homepage_url": "https:\/\/www.webrtc-experiment.com\/",
    "icons": {
        "48": "icon.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "name": "Screen Capturing",
    "permissions": [
        "desktopCapture"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.6.5",
    "web_accessible_resources": [
        "icon.png"
    ]
}