Instagram™ Mobile -Download stories and reels

Download photos, videos, stories, and reels from Instagram™

ما هو Instagram™ Mobile -Download stories and reels؟

Instagram™ Mobile -Download stories and reels هو إضافة Chrome تم تطويرها بواسطة BlueApps.inc، والميزة الرئيسية لها هي "Download photos, videos, stories, and reels from Instagram™".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Instagram™ Mobile -Download stories and reels

قم بتنزيل ملفات الامتداد Instagram™ Mobile -Download stories and reels بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

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

                        Snapgram Mobil: Your Personal Portal to "IG" on the Web

Discover Snapgram Mobil, the Chrome extension that revolutionizes your "IG" experience from your desktop. Turn your browser into a powerful tool to enjoy "IG" like never before.

Snapgram Mobil provides you with:

✅ Download Photos, Videos, Stories, and Reels from "IG"
✅ Dark Mode for a Pleasant Visual Experience
✅ Integrated Direct Messages
✅ Post Scheduling and Carousels
✅ Easy Management of Multiple Accounts
✅ Upload Photos and Videos to your Stories from your PC
✅ Capture and Download Videos
✅ Improved User Experience

🚀 Fast and Comprehensive: Access all "IG" features directly from your browser. Upload content, send messages, and download stories and IGTV in just one click. Everything you need, now in one place!

🌈 Total Customization: Adjust the view to fit your preferences. Switch between mobile and tablet views, modify the color palette, and enjoy a unique "IG" experience.

📱 Enhanced Desktop Version: Browse "IG" on your desktop as if you were on your smartphone. Access your feed, upload content, and enjoy all the functions of the mobile app.

🕵️‍♀️ Exclusive Features: Discover special features such as viewing lives and stories anonymously, downloading IGTV and stories, and recording live broadcasts. Additionally, upload photos and videos from your PC and from any website.

💻 Immersive Experience: Enjoy "IG" in full-screen mode, play videos in high definition, and download content without interruptions from ads.

👥 Multi-Account Support: Managing multiple "IG" accounts has never been easier.

Snapgram Mobil offers you the complete "IG" experience on the web, optimized to enhance your online visibility and your convenience when using the platform.

Download Snapgram Mobil today and transform your browsing into an unparalleled "IG" experience. Master "IG" from your desktop with all the features you love in a single extension!                    

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

الاسم Instagram™ Mobile -Download stories and reels Instagram™ Mobile -Download stories and reels
ID cbcaddndiblfphoibiadlnlhglnpnooj
عنوان URL الرسمي https://chromewebstore.google.com/detail/instagram-mobile-download/cbcaddndiblfphoibiadlnlhglnpnooj
الوصف Download photos, videos, stories, and reels from Instagram™
حجم الملف 311 KB
عدد التثبيتات 38
النسخة الحالية 1.0.6
آخر تحديث 2024-01-17
تاريخ النشر 2023-09-19
تقييم 5.00/5 مجموع تقييمات 1
المطور BlueApps.inc
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://devfunny.com/
اللغات المدعومة id,de,en,fr,nl,no,vi,tr,ca,da,es,es-419,it,lt,pt-BR,pt-PT,fi,sv,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "description": "__MSG_description__",
    "version": "1.0.6",
    "default_locale": "en",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": "icon48.png",
        "default_title": "__MSG_name__",
        "default_popup": "index.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.css",
                "*.js",
                "*.png",
                "img\/icon-download.png",
                "frame.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "worker.js"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "setting.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "css": [
                "css\/index.css"
            ],
            "js": [
                "src\/utils\/crypto-js.min.js",
                "src\/utils\/customAlert.js",
                "src\/utils\/preload.js",
                "src\/download\/button-constructor.js",
                "src\/download\/download-by-url.js",
                "src\/items\/post-image.js",
                "src\/items\/post-video.js",
                "src\/items\/story-image.js",
                "src\/items\/story-video.js",
                "src\/utils\/get-file-name.js",
                "src\/utils\/get-info.js",
                "src\/watchers\/watchers.js",
                "src\/main.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "background",
        "scripting",
        "storage",
        "downloads"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*"
    ]
}