Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
What is Viderr?
Viderr is a Chrome extension developed by srwkosic, and its main feature is "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".
Extension Screenshots
Download Viderr Extension CRX File
Download Viderr extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | |
ID | miibmeobegjljlghddiockdoemnleljo |
Official URL | https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo |
Description | Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc |
File Size | 9.42 KB |
Installation Count | 1,000 |
Current Version | 1.0 |
Last Updated | 2019-09-23 |
Publish Date | 2019-09-20 |
Rating | 1.80/5 Total 5 Ratings |
Developer | srwkosic |
Payment Type | free |
Extension Website | https://viderr.com |
Supported Languages | 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:\/\/*\/*" ] } |