Free Screen Recorder
Record screen along with audio and making the recording downloadable
Apa itu Free Screen Recorder?
Free Screen Recorder adalah ekstensi Chrome yang dikembangkan oleh deep.barca, dan fitur utamanya adalah "Record screen along with audio and making the recording downloadable".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Free Screen Recorder
Unduh file ekstensi Free Screen Recorder dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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.
Informasi Dasar Ekstensi
Nama | Free Screen Recorder |
ID | ppnhmbecmjohhacmbjcefmmfhanjecaa |
URL Resmi | https://chromewebstore.google.com/detail/free-screen-recorder/ppnhmbecmjohhacmbjcefmmfhanjecaa |
Deskripsi | Record screen along with audio and making the recording downloadable |
Ukuran File | 4.96 MB |
Jumlah Instalasi | 22,975 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2021-03-07 |
Tanggal Publikasi | 2020-04-15 |
Penilaian | 3.27/5 Total 26 Penilaian |
Pengembang | deep.barca |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } |