Instagram Downloader
Download images and videos from Instagram
ما هو Instagram Downloader؟
Instagram Downloader هو إضافة Chrome تم تطويرها بواسطة PhotograpHB، والميزة الرئيسية لها هي "Download images and videos from Instagram".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Instagram Downloader
قم بتنزيل ملفات الامتداد Instagram Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Usage: download images and videos using url copied from Instagram posts
معلومات أساسية عن التمديد
الاسم | |
ID | egdbpdbjpbpflgmghkdaeijojbbjhhac |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac |
الوصف | Download images and videos from Instagram |
حجم الملف | 277 KB |
عدد التثبيتات | 460 |
النسخة الحالية | 0.1.0 |
آخر تحديث | 2022-02-14 |
تاريخ النشر | 2022-02-14 |
المطور | PhotograpHB |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/HaibiPeng/instagram-save-ext |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Instagram Downloader", "description": "Download images and videos from Instagram", "version": "0.1.0", "manifest_version": 3, "icons": { "16": ".\/16.png", "32": ".\/32.png", "48": ".\/48.png", "128": ".\/128.png" }, "background": { "service_worker": ".\/background.js" }, "options_page": ".\/options.html", "action": { "default_popup": "popup.html" }, "permissions": [ "tabs" ], "host_permissions": [ "*:\/\/*\/*" ] } |