Downloader for Instagram™

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

Downloader for Instagram™ là gì?

Downloader for Instagram™ là một tiện ích mở rộng Chrome được phát triển bởi http://mxnpro.ovh, và tính năng chính của nó là "Save photos and videos from Instagram™! Quick & Easy!".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Downloader for Instagram™

Tải xuống các tệp mở rộng Downloader for Instagram™ dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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™.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Downloader for Instagram™ Downloader for Instagram™
ID dhchoilkelgbblajmpbhpofhheecgkhh
URL Chính Thức https://chrome.google.com/webstore/detail/downloader-for-instagram/dhchoilkelgbblajmpbhpofhheecgkhh
Mô tả Save photos and videos from Instagram™! Quick & Easy!
Kích Thước Tệp 323 KB
Số Lần Cài Đặt 90,000
Phiên Bản Hiện Tại 2.1.15
Cập Nhật Lần Cuối 2021-10-19
Ngày Phát Hành 2020-03-05
Đánh Giá 3.42/5 Tổng số 142 Đánh Giá
Nhà Phát Triển http://mxnpro.ovh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://downloader-for-instagram.mxnpro.ovh/
URL Trang Chính Sách Bảo Mật https://mxnpro.ovh/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}