Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Wat is Viderr?
Viderr is een Chrome-extensie ontwikkeld door srwkosic, en de belangrijkste functie is "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".
Extensie Screenshots
Download het CRX-bestand van de extensie Viderr
Download Viderr-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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!
Basisinformatie over de Extensie
Naam | |
ID | miibmeobegjljlghddiockdoemnleljo |
Officiële URL | https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo |
Beschrijving | Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc |
Bestandsgrootte | 9.42 KB |
Aantal Installaties | 1,000 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2019-09-23 |
Publicatiedatum | 2019-09-20 |
Beoordeling | 1.80/5 Totaal 5 Beoordelingen |
Ontwikkelaar | srwkosic |
Betalingswijze | free |
Extensiewebsite | https://viderr.com |
Ondersteunde Talen | 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:\/\/*\/*" ] } |