Stori
Download and view (anonymously) Instagram Stories
ما هو Stori؟
Stori هو إضافة Chrome تم تطويرها بواسطة Stori، والميزة الرئيسية لها هي "Download and view (anonymously) Instagram Stories".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Stori
قم بتنزيل ملفات الامتداد Stori بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
معلومات أساسية عن التمديد
الاسم | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
الوصف | Download and view (anonymously) Instagram Stories |
حجم الملف | 776 KB |
عدد التثبيتات | 403 |
النسخة الحالية | 0.5.0 |
آخر تحديث | 2021-02-03 |
تاريخ النشر | 2021-02-03 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Stori |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |