SVR - Screen Video Recorder

Start screen recording with one click

SVR - Screen Video Recorderとは何ですか?

SVR - Screen Video Recorderはfominivan342によって開発されたChromeの拡張機能で、その主な機能は「Start screen recording with one click」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

SVR - Screen Video Recorder拡張機能のCRXファイルをダウンロード

SVR - Screen Video Recorder拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        We`ve got ad-free and reliable extension for you to record screen in simple manner. Screen recorder is absolutely free but pretty useful extension for your chrome browser. It allows you to record your screen just in one click. Extension can capture the whole screen, desktop, current or any selected chrome tab from the list. Just make a few clicks to adjust the app and you`ve got high-quality recording. If you need to save and share some important info or make a tutorial video then screen video recorder will come in handy. Extension is reliable and useful tool for screen capture. If you need simple and reliable screen recorder then this extension is what you were looking for.                    

拡張機能の基本情報

名前 SVR - Screen Video Recorder SVR - Screen Video Recorder
ID hopmiapnnbalpocjocfeabkkoedkppim
公式URL https://chrome.google.com/webstore/detail/svr-screen-video-recorder/hopmiapnnbalpocjocfeabkkoedkppim
説明 Start screen recording with one click
ファイルサイズ 25.98 KB
インストール数 2,950
現在のバージョン 1.3
最終更新日 2023-02-22
公開日 2021-09-19
評価 1.50/5 合計 2 レビュー
開発者 fominivan342
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "Start screen recording with one click",
    "short_name": "Display video recorder",
    "version": "1.3",
    "manifest_version": 2,
    "default_locale": "en",
    "permissions": [
        "",
        "storage",
        "downloads"
    ],
    "offline_enabled": true,
    "icons": {
        "128": "julana\/zxc.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/britva.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "128": "julana\/zxc.png"
        },
        "default_popup": "js\/pupap.html"
    },
    "background": {
        "scripts": [
            "julana\/moloko.js"
        ]
    }
}