Free Screen Recorder

Record screen along with audio and making the recording downloadable

Free Screen Recorderとは何ですか?

Free Screen Recorderはdeep.barcaによって開発されたChromeの拡張機能で、その主な機能は「Record screen along with audio and making the recording downloadable」です。

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

screenshot
screenshot
screenshot

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

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

拡張機能の使用方法

                        Free screen recorder lets you capture your screen with audio. It then lets you download the recording to your device free of cost. 

The generated recording can be played DIRECTLY in the browser! Just drag and drop the recording in the browser and it will automatically play the recording for you.

There is NO limit on the duration of the recording or how many videos you can record. 

Everything is free of cost, no strings attached. 

Happy Recording!

Update 1.0.1 : Fixed Audio-Echo Bug 
Update 1.0.0 : Added Quality Selection, option of downloading recording with AND without seeking.
Update 0.1.1 : Included a processing screen.                    

拡張機能の基本情報

名前 Free Screen Recorder Free Screen Recorder
ID ppnhmbecmjohhacmbjcefmmfhanjecaa
公式URL https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa
説明 Record screen along with audio and making the recording downloadable
ファイルサイズ 4.96 MB
インストール数 22,975
現在のバージョン 1.0.1
最終更新日 2021-03-07
公開日 2020-04-15
評価 3.27/5 合計 26 レビュー
開発者 deep.barca
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Free Screen Recorder",
    "description": "Record screen along with audio and making the recording downloadable",
    "version": "1.0.1",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": {
            "16": "assets\/img\/new16.png"
        }
    },
    "icons": {
        "16": "assets\/img\/new16.png",
        "48": "assets\/img\/new48.png",
        "128": "assets\/img\/new128.png"
    },
    "permissions": [
        "desktopCapture"
    ]
}