Voicemondo Screen Recording

Voicemondo Screen Recording

What is Voicemondo Screen Recording?

Voicemondo Screen Recording is a Chrome extension developed by https://www.pixinal.com, and its main feature is "Voicemondo Screen Recording".

Extension Screenshots

screenshot

Download Voicemondo Screen Recording Extension CRX File

Download Voicemondo Screen Recording 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 chrome extension enables you to be able to use the voicemondo screen recording functionality on your chrome browser.                    

Extension Basic Information

Name Voicemondo Screen Recording Voicemondo Screen Recording
ID ghclkhmdnkomdgfmkpedopmiegohfnin
Official URL https://chrome.google.com/webstore/detail/voicemondo-screen-recordi/ghclkhmdnkomdgfmkpedopmiegohfnin
Description Voicemondo Screen Recording
File Size 9.16 KB
Installation Count 36
Current Version 1.1
Last Updated 2019-01-20
Publish Date 2019-01-20
Developer https://www.pixinal.com
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Voicemondo Screen Recording",
    "author": "Pixinal Studio",
    "description": "Voicemondo Screen Recording",
    "homepage_url": "https:\/\/www.pixinal\/case_study\/voicemondo-chrome-extention",
    "version": "1.1",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}