Downloader for Instagram™

Save photos and videos from Instagram™! Quick & Easy!

什么是Downloader for Instagram™?

Downloader for Instagram™是由http://mxnpro.ovh开发的Chrome扩展程序,该扩展的主要功能是“Save photos and videos from Instagram™! Quick & Easy!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Downloader for Instagram™扩展crx文件

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

扩展使用说明

                        Save stories, pictures, videos and images to your computer!

Thanks to this extension, it's easier than ever before.
Simply click on download button to save your favorite Instagram™ images and videos.

Discover how to use the app : https://youtu.be/7tMAsr4EVlc

▬▬▬▬ FEATURES ▬▬▬▬

Download :
- Videos
- Images
- Stories
- Sliders
- IGTV

▬▬▬▬ PRO FEATURES ▬▬▬▬

Mass save pictures to your computer !

Bulk save pictures from :
- Hashtags
- Location
- Your feed
- User feed

▬▬▬▬

Enjoy !

Disclamer : This Chrome extension  is not endorsed or certified by Instagram™.                    

扩展基本信息

名称 Downloader for Instagram™ Downloader for Instagram™
ID dhchoilkelgbblajmpbhpofhheecgkhh
官方URL https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh
简介 Save photos and videos from Instagram™! Quick & Easy!
文件大小 323 KB
安装次数 90,000
当前版本 2.1.15
更新时间 2021-10-19
上架时间 2020-03-05
评分 3.42/5 共142次评分
开发者 http://mxnpro.ovh
电子邮箱 [email protected]
付费类型 free
扩展官网 https://downloader-for-instagram.mxnpro.ovh/
隐私政策页面URL https://mxnpro.ovh/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Downloader for Instagram\u2122",
    "short_name": "Downloader for Instagram\u2122",
    "version": "2.1.15",
    "description": "Save photos and videos from Instagram\u2122! Quick & Easy!",
    "icons": {
        "16": "icons\/icon-16.png",
        "48": "icons\/icon-48.png",
        "96": "icons\/icon-96.png",
        "128": "icons\/icon-128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage",
        "downloads",
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*.instagram.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.instagram.com\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/downloader-for-instagram.mxnpro.ovh\/*"
            ],
            "js": [
                "checkout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "dl.png",
        "dl-multi.png",
        "load.png"
    ]
}