Screen Recorder for Chrome™

Allows Screen Recording from your Webcam and Desktop

Что такое Screen Recorder for Chrome™?

Screen Recorder for Chrome™ - это расширение Chrome, разработанное PC Screen Recorder, и его основная функция - "Allows Screen Recording from your Webcam and Desktop".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения Screen Recorder for Chrome™

Скачайте файлы расширений Screen Recorder for Chrome™ в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Install the free screen recorder and effortlessly capture high-quality screen recordings with clear audio on your laptops and desktop PCs. 

Free screen recorder is an easy-to-use screen recording tool that allows users to capture their screen, webcam, and microphone to create high-quality videos. 

Key Features of Free Screen Recorder  
>> Easy to use: It is user-friendly simple to use and completely free to use. With just one click, you can start recording your screen, webcam, or both. 
>> High resolution recording: This free screen recording extension enables you to record your screen in up to 1080p resolution, ensuring that your videos are of high quality. 
>> Multiple recording options: It offers a range of recording options, including recording your Screen, screen or webcam or both simultaneously. This allows you to choose the best recording option and ensures that you capture the content according to your requirements.  
>> Audio recording: Allows you to capture both system audio and microphone audio, which is essential for creating high-quality videos with clear sound.  

Steps To Use Free Screen Recording Tool:  
>>Install the Screen Recorder extension by clicking on the "Add to Chrome" button 
>> Click the extension icon and select the desired screen recording layout and audio/video settings 
>> Once recording is finished, download the video to the system                    

Основная информация о расширении

Название Screen Recorder for Chrome™ Screen Recorder for Chrome™
ID aloeieipaodpomkchfojicbelpcglnep
Официальный URL https://chromewebstore.google.com/detail/screen-recorder-for-chrom/aloeieipaodpomkchfojicbelpcglnep
Описание Allows Screen Recording from your Webcam and Desktop
Размер файла 1.19 MB
Количество установок 53,198
Текущая Версия 1.0.4
Последнее Обновление 2023-10-05
Дата публикации 2023-02-08
Рейтинг 3.94/5 Всего 16 оценок
Разработчик PC Screen Recorder
Электронная почта [email protected]
Тип оплаты free
URL страницы политики конфиденциальности https://drive.google.com/file/d/1RpbI2VtJAOYSdyVoHQi4Q99IYy12Qk6J/view?usp=sharing
Поддерживаемые языки id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.4",
    "default_locale": "en",
    "short_name": "Screen Recorder",
    "name": "__MSG_appTitle__",
    "description": "__MSG_appDesc__",
    "action": {
        "default_title": "__MSG_defaultTitle__",
        "chrome_url_overrides": {
            "newtab": "popup.html"
        }
    },
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScript.bundle.js"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon 16.png",
        "32": "img\/icon 32.png",
        "64": "img\/icon 64.png",
        "128": "img\/icon 128.png",
        "2000": "img\/icon 2000.png"
    },
    "permissions": [
        "tabs",
        "contentSettings",
        "storage",
        "downloads",
        "notifications",
        "gcm"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}