PureDownloader for Chrome
Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
ما هو PureDownloader for Chrome؟
PureDownloader for Chrome هو إضافة Chrome تم تطويرها بواسطة https://puredownloader.com، والميزة الرئيسية لها هي "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة PureDownloader for Chrome
قم بتنزيل ملفات الامتداد PureDownloader for Chrome بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This is an extension for PureDownloader.com. Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.
معلومات أساسية عن التمديد
الاسم | |
ID | dinjnjpcaenhiokgnompjbglfajjofbn |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/puredownloader-for-chrome/dinjnjpcaenhiokgnompjbglfajjofbn |
الوصف | Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com. |
حجم الملف | 42.7 KB |
عدد التثبيتات | 857 |
النسخة الحالية | 0.1.11 |
آخر تحديث | 2019-07-24 |
تاريخ النشر | 2019-07-24 |
تقييم | 2.00/5 مجموع تقييمات 6 |
المطور | https://puredownloader.com |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "PureDownloader for Chrome", "short_name": "PureDownloader", "description": "Download videos from Youtube, Facebook, Instagram and many other websites with PureDownloader.com.", "version": "0.1.11", "browser_action": { "default_icon": "\/img\/logo_60.png", "default_title": "PureDownloader" }, "icons": { "32": "\/img\/favicon.png", "60": "\/img\/logo_60.png", "90": "\/img\/logo_90.png", "128": "\/img\/logo_128.png", "243": "\/img\/logo_app.png" }, "homepage_url": "https:\/\/puredownloader.com\/", "permissions": [ "contextMenus" ], "background": { "scripts": [ "main.js" ] } } |