Insta Stories

View Instagram Stories anonymously and download them to your device.

ما هو Insta Stories؟

Insta Stories هو إضافة Chrome تم تطويرها بواسطة Extensions for Everyone، والميزة الرئيسية لها هي "View Instagram Stories anonymously and download them to your device.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Insta Stories

قم بتنزيل ملفات الامتداد Insta Stories بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account.
Additional features – save a Story to any device in one click and download Story updates automatically.                    

معلومات أساسية عن التمديد

الاسم Insta Stories Insta Stories
ID ebhpndbbadiaeggalklbbdchfobkhgmj
عنوان URL الرسمي https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj
الوصف View Instagram Stories anonymously and download them to your device.
حجم الملف 149 KB
عدد التثبيتات 3,685
النسخة الحالية 1.0
آخر تحديث 2020-11-25
تاريخ النشر 2020-11-25
تقييم 3.25/5 مجموع تقييمات 4
المطور Extensions for Everyone
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.insta-stories.net
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Insta Stories",
    "version": "1.0",
    "description": "View Instagram Stories anonymously and download them to your device.",
    "manifest_version": 2,
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "script.js"
        ]
    },
    "browser_action": {
        "default_icon": "logo.png"
    },
    "icons": {
        "128": "logo_128.png"
    }
}