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 с друзьями, чтобы легко установить расширения 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\/*"
    ]
}