Grypp Screen Recorder

tabs

What is Grypp Screen Recorder?

Grypp Screen Recorder is a Chrome extension developed by https://gryppcorp.com, and its main feature is "tabs".

Extension Screenshots

screenshot
screenshot
screenshot

Download Grypp Screen Recorder Extension CRX File

Download Grypp Screen Recorder 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

                        Recording Screen with audio by Grypp Corp allows you to share your screen or a specific application during a Grypp call. You will be able to share with all participants regardless of the browser the participants are using. The service is fully secure and you are always in control of what is shared and when it is shared.                    

Extension Basic Information

Name Grypp Screen Recorder Grypp Screen Recorder
ID jaljmmcngcdcfbkmcgibjolcdbhloclc
Official URL https://chromewebstore.google.com/detail/grypp-screen-recorder/jaljmmcngcdcfbkmcgibjolcdbhloclc
Description tabs
File Size 7.58 KB
Installation Count 206
Current Version 10.3
Last Updated 2019-05-10
Publish Date 2019-05-10
Rating 3.00/5 Total 4 Ratings
Developer https://gryppcorp.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Grypp Screen Recorder",
    "author": "Grypp",
    "version": "10.3",
    "manifest_version": 2,
    "minimum_chrome_version": "34",
    "description": "tabs",
    "homepage_url": "https:\/\/gryppcorp.com\/",
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.gryppcorp.com\/*"
            ]
        }
    ],
    "icons": {
        "48": "icon.png"
    },
    "permissions": [
        "desktopCapture"
    ],
    "web_accessible_resources": [
        "icon.png"
    ]
}