Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
Qu'est-ce que Viderr ?
Viderr est une extension Chrome développée par srwkosic, et sa fonction principale est "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Viderr
Téléchargez les fichiers d'extension Viderr au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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!
Informations de Base sur l'Extension
Nom | |
ID | miibmeobegjljlghddiockdoemnleljo |
URL Officiel | 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 |
Taille du Fichier | 9.42 KB |
Nombre d'Installations | 1,000 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2019-09-23 |
Date de Publication | 2019-09-20 |
Évaluation | 1.80/5 Total 5 Évaluations |
Développeur | srwkosic |
Type de Paiement | free |
Site Web de l'Extension | https://viderr.com |
Langues Prises en Charge | 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:\/\/*\/*" ] } |