Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
ما هو Story Downloader؟
Story Downloader هو إضافة Chrome تم تطويرها بواسطة Extensions for Everyone، والميزة الرئيسية لها هي "With the Story Downloader you can view stories anonymously and download them for free.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Story Downloader
قم بتنزيل ملفات الامتداد Story Downloader بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
معلومات أساسية عن التمديد
الاسم | |
ID | pneajbbepheokncfcicjoeakmajaegem |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
الوصف | With the Story Downloader you can view stories anonymously and download them for free. |
حجم الملف | 149 KB |
عدد التثبيتات | 3,000 |
النسخة الحالية | 1.0 |
آخر تحديث | 2020-11-25 |
تاريخ النشر | 2020-11-25 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Extensions for Everyone |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.storydownloader.org |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |