Image and Video Downloader
Save images and videos from Instagram.
ما هو Image and Video Downloader؟
Image and Video Downloader هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Save images and videos from Instagram.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Image and Video Downloader
قم بتنزيل ملفات الامتداد Image and Video Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save. Visit homepage for more: https://browsernative.com/instagram-downloader/ Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.
معلومات أساسية عن التمديد
الاسم | Image and Video Downloader |
ID | khnadcdfjbjgojiilfdebbpiepokangj |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj |
الوصف | Save images and videos from Instagram. |
حجم الملف | 160 KB |
عدد التثبيتات | 39,218 |
النسخة الحالية | 0.3.0 |
آخر تحديث | 2020-06-01 |
تاريخ النشر | 2020-05-31 |
تقييم | 3.90/5 مجموع تقييمات 311 |
المطور | BrowserNative |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://browsernative.com/instagram-downloader/ |
عنوان صفحة المساعدة | https://browsernative.com/instagram-downloader/ |
عنوان صفحة سياسة الخصوصية | https://browsernative.com/extensions-privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Image and Video Downloader", "description": "Save images and videos from Instagram.", "version": "0.3.0", "manifest_version": 2, "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/", "icons": { "16": "static\/icon-16.png", "48": "static\/icon-48.png", "128": "static\/icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.instagram.com\/*" ], "js": [ "js\/content.js" ] } ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "contextMenus", "downloads" ], "browser_action": { "default_icon": "static\/icon-128.png", "default_title": "Image and Video Downloader for Instagram" } } |