Instagram™ Mobile -Download stories and reels

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

O que é Instagram™ Mobile -Download stories and reels?

Instagram™ Mobile -Download stories and reels é uma extensão do Chrome desenvolvida por BlueApps.inc, e sua principal característica é "Download photos, videos, stories, and reels from Instagram™".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Instagram™ Mobile -Download stories and reels

Baixe arquivos de extensão Instagram™ Mobile -Download stories and reels no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome 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
Descrição Download photos, videos, stories, and reels from Instagram™
Tamanho do Arquivo 311 KB
Contagem de Instalações 38
Versão Atual 1.0.6
Última Atualização 2024-01-17
Data de Publicação 2023-09-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor BlueApps.inc
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://devfunny.com/
Idiomas Suportados 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\/*"
    ]
}