Viderr
Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc
ما هو Viderr؟
Viderr هو إضافة Chrome تم تطويرها بواسطة srwkosic، والميزة الرئيسية لها هي "Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Viderr
قم بتنزيل ملفات الامتداد Viderr بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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!
معلومات أساسية عن التمديد
الاسم | |
ID | miibmeobegjljlghddiockdoemnleljo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/viderr/miibmeobegjljlghddiockdoemnleljo |
الوصف | Download any video in any format! Grab your favourite Youtube, Facebook, Instagram or any others video, and save it to your pc |
حجم الملف | 9.42 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2019-09-23 |
تاريخ النشر | 2019-09-20 |
تقييم | 1.80/5 مجموع تقييمات 5 |
المطور | srwkosic |
نوع الدفع | free |
موقع الإضافة | https://viderr.com |
اللغات المدعومة | 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:\/\/*\/*" ] } |