Instagram Downloader

Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.

Instagram Downloader là gì?

Instagram Downloader là một tiện ích mở rộng Chrome được phát triển bởi Zahra Jalilibaleh, và tính năng chính của nó là "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.".

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

screenshot
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

                        Download Instagram Posts, Stories and IGTVs.                    

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

Tên Instagram Downloader Instagram Downloader
ID lammhgappkpelpobpoihfbpeelojmgfo
URL Chính Thức https://chrome.google.com/webstore/detail/instagram-downloader/lammhgappkpelpobpoihfbpeelojmgfo
Mô tả Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.
Kích Thước Tệp 195 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.3
Cập Nhật Lần Cuối 2021-02-22
Ngày Phát Hành 2021-02-22
Nhà Phát Triển Zahra Jalilibaleh
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://instractor.com/
URL Trang Trợ Giúp https://instractor.com/instagram-downloader
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "background": {
        "scripts": [
            "js\/background.js",
            "js\/mebackground.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/extension.css"
            ],
            "js": [
                "js\/extension.js",
                "js\/me.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "description": "Instractor.com Instagram Downloader, which downloads images, videos, Instagram stories and IGTV.",
    "icons": {
        "512": "icons\/instagram.png"
    },
    "manifest_version": 2,
    "name": "Instagram Downloader",
    "options_ui": {
        "page": "options.html"
    },
    "permissions": [
        "downloads",
        "activeTab",
        "cookies"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.3",
    "web_accessible_resources": [
        "icons\/download_black.png",
        "icons\/download_white.png",
        "icons\/instagram.png"
    ]
}