Screen Video Recorder

Now you can start recording your screen with one click.

Что такое Screen Video Recorder?

Screen Video Recorder - это расширение Chrome, разработанное mageruma2147, и его основная функция - "Now you can start recording your screen with one click.".

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

screenshot

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

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

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

                        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.                    

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

Название Screen Video Recorder Screen Video Recorder
ID pealhhnpkinnmcanaaammjbhmeffjppa
Официальный URL https://chrome.google.com/webstore/detail/screen-video-recorder/pealhhnpkinnmcanaaammjbhmeffjppa
Описание Now you can start recording your screen with one click.
Размер файла 20.35 KB
Количество установок 10,000
Текущая Версия 1.3
Последнее Обновление 2021-12-20
Дата публикации 2021-05-19
Рейтинг 3.50/5 Всего 10 оценок
Разработчик mageruma2147
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки 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"
        ]
    }
}