Instagram Downloader
Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
ما هو Instagram Downloader؟
Instagram Downloader هو إضافة Chrome تم تطويرها بواسطة Zahra Jalilibaleh، والميزة الرئيسية لها هي "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instagram Downloader
قم بتنزيل ملفات الامتداد Instagram Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Download Instagram Posts, Stories and IGTVs.
معلومات أساسية عن التمديد
الاسم | |
ID | lammhgappkpelpobpoihfbpeelojmgfo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo |
الوصف | Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV. |
حجم الملف | 195 KB |
عدد التثبيتات | 1,000 |
النسخة الحالية | 1.0.3 |
آخر تحديث | 2021-02-22 |
تاريخ النشر | 2021-02-22 |
المطور | Zahra Jalilibaleh |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://instractor.com/ |
عنوان صفحة المساعدة | https://instractor.com/instagram-downloader |
اللغات المدعومة | en-US |
manifest.json | |
{ "background": { "scripts": [ "js\/background.js", "js\/mebackground.js" ] }, "content_scripts": [ { "css": [ "css\/extension.css" ], "js": [ "js\/extension.js", "js\/me.js" ], "matches": [ "*:\/\/*.instagram.com\/*" ] } ], "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.", "icons": { "512": "icons\/instagram.png" }, "manifest_version": 2, "name": "Instagram Downloader", "options_ui": { "page": "options.html" }, "permissions": [ "downloads", "activeTab", "cookies" ], "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.3", "web_accessible_resources": [ "icons\/download_black.png", "icons\/download_white.png", "icons\/instagram.png" ] } |