Instagram Downloader

Download videos and photos from Instagram in one click!

Instagram Downloader là gì?

Instagram Downloader là một tiện ích mở rộng Chrome được phát triển bởi insta.downloader.s, và tính năng chính của nó là "Download videos and photos from Instagram in one click!".

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

screenshot

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

Tải xuống các tệp mở rộng Instagram Downloader 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

                        With Instagram Downloader, you can download videos and images from instagram.

Features:
- Convenient popup for working with the extension
- Ability to download all images found on the page in one click
- Download buttons right on the page                    

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

Tên Instagram Downloader Instagram Downloader
ID haljnogpnkegcihcdgcoifpohnffefja
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja
Mô tả Download videos and photos from Instagram in one click!
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 6,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-07-26
Ngày Phát Hành 2021-03-14
Đánh Giá 2.75/5 Tổng số 4 Đánh Giá
Nhà Phát Triển insta.downloader.s
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "author": "Insta Downloader",
    "version": "1.0.2",
    "minimum_chrome_version": "49",
    "default_locale": "en",
    "icons": {
        "16": "img\/icons\/icon_16.png",
        "48": "img\/icons\/icon_48.png",
        "128": "img\/icons\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "img\/icons\/icon_19.png",
            "38": "img\/icons\/icon_38.png"
        },
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "includes\/tab.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "includes\/instagram_com.js"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ]
}