StorySaver
With this extension, you can save stories from Instagram with just a few clicks.
ما هو StorySaver؟
StorySaver هو إضافة Chrome تم تطويرها بواسطة https://storysaverhd.io، والميزة الرئيسية لها هي "With this extension, you can save stories from Instagram with just a few clicks.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة StorySaver
قم بتنزيل ملفات الامتداد StorySaver بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
StorySaver is an extension that allows users to download any story from Instagram with just one click. By installing this extension, you will have access to a toolbar at the top-right corner of your browser. After clicking on the icon, your story will be downloaded immediately. If you have any questions or concerns about the extension, please contact me at [email protected] and I would be more than happy to help!
معلومات أساسية عن التمديد
الاسم | |
ID | nhblieoocencjemigbfnjnnhlbiaonmh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/storysaver/nhblieoocencjemigbfnjnnhlbiaonmh |
الوصف | With this extension, you can save stories from Instagram with just a few clicks. |
حجم الملف | 167 KB |
عدد التثبيتات | 1,807 |
النسخة الحالية | 1.0.2 |
آخر تحديث | 2022-12-07 |
تاريخ النشر | 2022-12-06 |
تقييم | 4.86/5 مجموع تقييمات 14 |
المطور | https://storysaverhd.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://storysaverhd.io/ |
عنوان صفحة المساعدة | https://storysaverhd.io/contact/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "StorySaver", "version": "1.0.2", "description": "With this extension, you can save stories from Instagram with just a few clicks.", "icons": { "16": "icons\/icon_16.png", "48": "icons\/icon_48.png", "128": "icons\/icon_128.png" }, "background": { "service_worker": "background.js" }, "action": { "default_icon": "icons\/icon_32.png" }, "permissions": [ "declarativeContent", "downloads", "scripting", "storage" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ] } |