PathPresenter Screen Recorder

Enables free screen recording with PathPresenter!

Cos'è PathPresenter Screen Recorder?

PathPresenter Screen Recorder è un'estensione di Chrome sviluppata da https://pathpresenter.net, e la sua funzione principale è "Enables free screen recording with PathPresenter!".

Scarica il file CRX dell'estensione PathPresenter Screen Recorder

Scarica i file di estensione PathPresenter Screen Recorder in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Enables free screen recording with PathPresenter!                    

Informazioni di Base sull'Estensione

Nome PathPresenter Screen Recorder PathPresenter Screen Recorder
ID hpcclfklbiodojmkemnndidggbmlflmk
URL Ufficiale https://chrome.google.com/webstore/detail/pathpresenter-screen-reco/hpcclfklbiodojmkemnndidggbmlflmk
Descrizione Enables free screen recording with PathPresenter!
Dimensione del File 70.89 KB
Conteggio Installazioni 15
Versione Corrente 1.1
Ultimo Aggiornamento 2017-12-27
Data di Pubblicazione 2017-12-27
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore https://pathpresenter.net
Tipo di Pagamento free
Sito Web dell'Estensione https://pathpresenter.net/
URL della Pagina di Aiuto https://pathpresenter.net/
Lingue Supportate 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"
}