Save for Instagram

The easiest way to download photos and videos from Instagram.com

Save for Instagram là gì?

Save for Instagram là một tiện ích mở rộng Chrome được phát triển bởi Andrii Shevchuk-Yuhanets, và tính năng chính của nó là "The easiest way to download photos and videos from Instagram.com".

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

screenshot
screenshot
screenshot

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

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

                        The simplest and the best solution for downloading photos, videos, stories and IGTV from instagram.com

Place cursor on photo or video then click right mouse button and "Save as..."

This extension doesn't store any user data                    

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

Tên Save for Instagram Save for Instagram
ID abibgkmmeglmaiomdanklcpjmefgcjmc
URL Chính Thức https://chromewebstore.google.com/detail/save-for-instagram/abibgkmmeglmaiomdanklcpjmefgcjmc
Mô tả The easiest way to download photos and videos from Instagram.com
Kích Thước Tệp 17.38 KB
Số Lần Cài Đặt 20,000
Phiên Bản Hiện Tại 1.37
Cập Nhật Lần Cuối 2020-05-04
Ngày Phát Hành 2020-05-03
Đánh Giá 3.77/5 Tổng số 98 Đánh Giá
Nhà Phát Triển Andrii Shevchuk-Yuhanets
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": "Save for Instagram",
    "short_name": "Save for Instagram",
    "version": "1.37",
    "author": "Andrii Shevchuk-Yuhanets",
    "description": "The easiest way to download photos and videos from Instagram.com",
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "64": "icons\/64x64.png",
        "128": "icons\/128x128.png"
    },
    "permissions": [
        "*:\/\/*.instagram.com\/*",
        "contextMenus",
        "downloads",
        "storage"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "contentscript.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "options_page": "options.html"
}