download instagram™ stories
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…
ما هو download instagram™ stories؟
download instagram™ stories هو إضافة Chrome تم تطويرها بواسطة https://imginn.com، والميزة الرئيسية لها هي "download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة download instagram™ stories
قم بتنزيل ملفات الامتداد download instagram™ stories بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users download pictures or videos in stories معلومات أساسية عن التمديد
| الاسم | |
| ID | oibpeacbmhhomjkcahelgjnhldalgihd |
| عنوان URL الرسمي | https://chromewebstore.google.com/detail/download-instagram-storie/oibpeacbmhhomjkcahelgjnhldalgihd |
| الوصف | download instagram™ stories is a simple download tool that can add a download function on the instagram™ stories page to help users… |
| حجم الملف | 12.83 KB |
| عدد التثبيتات | 363 |
| النسخة الحالية | 1.0 |
| آخر تحديث | 2020-07-20 |
| تاريخ النشر | 2020-07-19 |
| تقييم | 1.00/5 مجموع تقييمات 1 |
| المطور | https://imginn.com |
| البريد الإلكتروني | [email protected] |
| نوع الدفع | free |
| موقع الإضافة | https://imginn.com |
| عنوان صفحة المساعدة | https://imginn.com |
| اللغات المدعومة | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "download instagram\u2122 stories",
"version": "1.0",
"manifest_version": 2,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/www.instagram.com\/*"
],
"js": [
".\/script.js"
],
"run_at": "document_end"
}
]
} | |