Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Apa itu Viderr?
Viderr adalah ekstensi Chrome yang dikembangkan oleh srwkosic, dan fitur utamanya adalah "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Viderr
Unduh file ekstensi Viderr 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
Download any online video with one click! Just navigate to any video containing URL and clickk the Viderr extension button You will be taken to a format selection screen, just choose your preferred format and download the video easily!
Informasi Dasar Ekstensi
Nama | |
ID | miibmeobegjljlghddiockdoemnleljo |
URL Resmi | https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo |
Deskripsi | Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc |
Ukuran File | 9.42 KB |
Jumlah Instalasi | 1,000 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2019-09-23 |
Tanggal Publikasi | 2019-09-20 |
Penilaian | 1.80/5 Total 5 Penilaian |
Pengembang | srwkosic |
Tipe Pembayaran | free |
Situs Ekstensi | https://viderr.com |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Viderr", "manifest_version": 2, "short_name": "Viderr.com video downloader", "description": "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc", "version": "1.0", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "favicon.png" }, "icons": { "128": "favicon.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ] } |