Instagram™ Mobile -Download stories and reels

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

¿Qué es Instagram™ Mobile -Download stories and reels?

Instagram™ Mobile -Download stories and reels es una extensión de Chrome desarrollada por BlueApps.inc, y su función principal es "Download photos, videos, stories, and reels from Instagram™".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Instagram™ Mobile -Download stories and reels

Descarga archivos de extensión Instagram™ Mobile -Download stories and reels en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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!                    

Información Básica de la Extensión

Nombre Instagram™ Mobile -Download stories and reels Instagram™ Mobile -Download stories and reels
ID cbcaddndiblfphoibiadlnlhglnpnooj
URL Oficial https://chromewebstore.google.com/detail/instagram-mobile-download/cbcaddndiblfphoibiadlnlhglnpnooj
Descripción Download photos, videos, stories, and reels from Instagram™
Tamaño del Archivo 311 KB
Cantidad de Instalaciones 38
Versión Actual 1.0.6
Última Actualización 2024-01-17
Fecha de Publicación 2023-09-19
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador BlueApps.inc
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://devfunny.com/
Idiomas Soportados 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\/*"
    ]
}