Media Helper for Instagram
Easily download Instagram pictures.
ما هو Media Helper for Instagram؟
Media Helper for Instagram هو إضافة Chrome تم تطويرها بواسطة mittya، والميزة الرئيسية لها هي "Easily download Instagram pictures.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Media Helper for Instagram
قم بتنزيل ملفات الامتداد Media Helper for Instagram بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Warning: Please don't use it too much, the operation is not allowed by IG. Although this tool only simulates local storage of images, IG may be able to detect abnormal users in the near future, so please take care of this yourself if it causes your users to be abnormal.
معلومات أساسية عن التمديد
الاسم | Media Helper for Instagram |
ID | albdnahmanonkmhoamgfjbjgbjabbiid |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/media-helper-for-instagra/albdnahmanonkmhoamgfjbjgbjabbiid |
الوصف | Easily download Instagram pictures. |
حجم الملف | 27.26 KB |
عدد التثبيتات | 40,345 |
النسخة الحالية | 1.28.2 |
آخر تحديث | 2024-01-10 |
تاريخ النشر | 2020-05-05 |
تقييم | 4.00/5 مجموع تقييمات 192 |
المطور | mittya |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en,zh-CN |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "__MSG_extName__", "description": "__MSG_extDesc__", "version": "1.28.2", "action": { "default_icon": { "19": "icons\/icon_512.png", "38": "icons\/icon_512.png" } }, "icons": { "16": "icons\/icon_512.png", "48": "icons\/icon_512.png", "128": "icons\/icon_512.png" }, "background": { "service_worker": "background.js", "type": "module" }, "content_scripts": [ { "js": [ "script.js" ], "css": [ "style.css" ], "matches": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } ], "permissions": [ "tabs", "downloads", "scripting" ], "host_permissions": [ "*:\/\/*.instagram.com\/*", "*:\/\/*.cdninstagram.com\/*", "*:\/\/*.fbcdn.net\/*" ] } |