Mass Downloader For Instagram™ Photos Videos

Batch download instagram Instagram™ posts, photos and videos to your computer in one click!

什么是Mass Downloader For Instagram™ Photos Videos?

Mass Downloader For Instagram™ Photos Videos是由MXNPro开发的Chrome扩展程序,该扩展的主要功能是“Batch download instagram Instagram™ posts, photos and videos to your computer in one click!”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Mass Downloader For Instagram™ Photos Videos扩展crx文件

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

扩展使用说明

                        How to download Instagram Photos or Videos?
Thanks to this extension, you can save multiple posts to your computer in just on click!

▬▬▬▬▬▬▬▬ FEATURES ▬▬▬▬▬▬▬▬

> Mass / Bulk download
> Save photos
> Save videos
> Save full sliders' content

▬▬▬▬▬▬▬▬ DISCLAMER ▬▬▬▬▬▬▬▬

This Chrome extension is not endorsed or certified by Instagram™. All Instagram™ logos and trademarks displayed on this extension are property of third parties.
This plugin is distributed AS IS. You use it at your own risk.
For more info, privacy policy and terms of service, visit our web site: http://www.mxnpro.ovh/                    

扩展基本信息

名称 Mass Downloader For Instagram™ Photos Videos Mass Downloader For Instagram™ Photos Videos
ID dgmplgcmonepegccfoafefopogoiodha
官方URL https://chrome.google.com/webstore/detail/mass-downloader-for-insta/dgmplgcmonepegccfoafefopogoiodha
简介 Batch download instagram Instagram™ posts, photos and videos to your computer in one click!
文件大小 215 KB
安装次数 5,000
当前版本 1.1.5
更新时间 2021-09-27
上架时间 2019-05-31
评分 1.72/5 共29次评分
开发者 MXNPro
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://mxnpro.ovh/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mass Downloader For Instagram\u2122 Photos Videos",
    "short_name": "Mass Downloader For Instagram\u2122",
    "version": "1.1.5",
    "description": "Batch download instagram Instagram\u2122 posts, photos and videos to your computer in one click!",
    "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": [
        "activeTab",
        "downloads",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "*:\/\/*.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": [
        {
            "run_at": "document_idle",
            "matches": [
                "https:\/\/mass-downloader-for-instagram.mxnpro.ovh\/*"
            ],
            "js": [
                "checkout.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "extractor.js",
        "autoConnect.js"
    ]
}