PathPresenter Screen Recorder

Enables free screen recording with PathPresenter!

What is PathPresenter Screen Recorder?

PathPresenter Screen Recorder is a Chrome extension developed by https://pathpresenter.net, and its main feature is "Enables free screen recording with PathPresenter!".

Download PathPresenter Screen Recorder Extension CRX File

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

                        Enables free screen recording with PathPresenter!                    

Extension Basic Information

Name PathPresenter Screen Recorder PathPresenter Screen Recorder
ID hpcclfklbiodojmkemnndidggbmlflmk
Official URL https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk
Description Enables free screen recording with PathPresenter!
File Size 70.89 KB
Installation Count 15
Current Version 1.1
Last Updated 2017-12-27
Publish Date 2017-12-27
Rating 3.00/5 Total 2 Ratings
Developer https://pathpresenter.net
Payment Type free
Extension Website https://pathpresenter.net/
Help Page URL https://pathpresenter.net/
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Enables free screen recording with PathPresenter!",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon_128x128.png"
    },
    "minimum_chrome_version": "34",
    "manifest_version": 2,
    "name": "PathPresenter Screen Recorder",
    "permissions": [
        "desktopCapture",
        "storage",
        "tabs",
        "activeTab"
    ],
    "web_accessible_resources": [
        "icon.png"
    ],
    "background": {
        "scripts": [
            "background-script.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "matches": [
                "https:\/\/*.pathpresenter.net\/*"
            ]
        }
    ],
    "version": "1.1"
}