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是由BlueApps.inc开发的Chrome扩展程序,该扩展的主要功能是“Download photos, videos, stories, and reels from Instagram™”。

扩展截图

screenshot
screenshot
screenshot

下载Instagram™ Mobile -Download stories and reels扩展crx文件

下载Instagram™ Mobile -Download stories and reels扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}