Screen Video Recorder

Now you can start recording your screen with one click.

Cos'è Screen Video Recorder?

Screen Video Recorder è un'estensione di Chrome sviluppata da mageruma2147, e la sua funzione principale è "Now you can start recording your screen with one click.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Screen Video Recorder

Scarica i file di estensione Screen Video 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

                        We invite you to try our new extension Screen Recorder. With it you can use the screen recording function.  To do this, you just need to go into the application and click on the button and after a couple of seconds, your screen will start recording.  Everything is very simple.  Screen Recorder does not ask for your personal information and guarantees security.  We did our best to make our product very easy and comfortable to use for you.  We are sure you will enjoy using Screen Recorder.  You just need to install our amazing extension and immediately after that you can enjoy using it.                    

Informazioni di Base sull'Estensione

Nome Screen Video Recorder Screen Video Recorder
ID pealhhnpkinnmcanaaammjbhmeffjppa
URL Ufficiale https://chrome.google.com/webstore/detail/screen-video-recorder/pealhhnpkinnmcanaaammjbhmeffjppa
Descrizione Now you can start recording your screen with one click.
Dimensione del File 20.35 KB
Conteggio Installazioni 10,000
Versione Corrente 1.3
Ultimo Aggiornamento 2021-12-20
Data di Pubblicazione 2021-05-19
Valutazione 3.50/5 Totale 10 Valutazioni
Sviluppatore mageruma2147
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Now you can start recording your screen with one click.",
    "short_name": "Screen video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "uxuides\/cctv.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "twothirdfour\/hujimobo.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "uxuides\/cctv.png"
        },
        "default_popup": "twothirdfour\/dugikile.html"
    },
    "background": {
        "scripts": [
            "firstpapka\/sewejuko.js"
        ]
    }
}