Real Screen Recorder

Real Screen Recorder records the screen and webcam with audio.

Cos'è Real Screen Recorder?

Real Screen Recorder è un'estensione di Chrome sviluppata da https://www.realscreenrec.com, e la sua funzione principale è "Real Screen Recorder records the screen and webcam with audio.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Real Screen Recorder

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

                        Screen recorder chrome extension is a screen recording tool for high quality video capturing from Tab, Particular area of the page and full Screen, with Mic, Webcam and System audio recording.

Features:
>>Screen & Webcam recording
>>Record screen with audio
>>No watermark 

Here are steps to use Screen Recorder Chrome Extension:

>> Install real screen recorder extension for Google chrome from the store

>> Open the extension and choose from the 3 options

>> Select the screen or tab that you want to record and click on start button

>> Stop the recording and download the the screen recording to your computer

UPDATES:

Version 1.0.7
>> User can now record and generate a sharable link.
>> Improved UI                    

Informazioni di Base sull'Estensione

Nome Real Screen Recorder Real Screen Recorder
ID bclhideolocjbnchomdggkibcokgihbh
URL Ufficiale https://chromewebstore.google.com/detail/real-screen-recorder/bclhideolocjbnchomdggkibcokgihbh
Descrizione Real Screen Recorder records the screen and webcam with audio.
Dimensione del File 5.29 MB
Conteggio Installazioni 30,846
Versione Corrente 1.0.8
Ultimo Aggiornamento 2023-09-13
Data di Pubblicazione 2023-01-15
Valutazione 4.61/5 Totale 18 Valutazioni
Sviluppatore https://www.realscreenrec.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://www.realscreenrec.com/
URL della Pagina della Politica sulla Privacy https://www.realscreenrec.com/privacy-policy
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Real Screen Recorder",
    "description": "Real Screen Recorder records the screen and webcam with audio.",
    "version": "1.0.8",
    "manifest_version": 3,
    "permissions": [
        "activeTab",
        "gcm",
        "notifications",
        "unlimitedStorage",
        "storage"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "Real Screen Recorder"
    },
    "icons": {
        "16": ".\/image\/icon-16.png",
        "24": ".\/image\/icon-24.png",
        "32": ".\/image\/icon-32.png",
        "48": ".\/image\/icon-48.png",
        "64": ".\/image\/icon-64.png",
        "96": ".\/image\/icon-96.png",
        "128": ".\/image\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    }
}