Video & Photo Downloader For IG

Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.

Video & Photo Downloader For IG là gì?

Video & Photo Downloader For IG là một tiện ích mở rộng Chrome được phát triển bởi igvidsdownload, và tính năng chính của nó là "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.".

Ả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 Video & Photo Downloader For IG

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

                                            

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

Tên Video & Photo Downloader For IG Video & Photo Downloader For IG
ID kggfegclemhiainkddbhhgobheohnjha
URL Chính Thức https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha
Mô tả Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Kích Thước Tệp 175 KB
Số Lần Cài Đặt 36,063
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2022-06-16
Ngày Phát Hành 2021-05-09
Đánh Giá 3.04/5 Tổng số 108 Đánh Giá
Nhà Phát Triển igvidsdownload
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",
    "version": "0.0.6",
    "manifest_version": 3,
    "name": "Video & Photo Downloader For IG",
    "description": "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.",
    "icons": {
        "32": "icons\/icon32.png",
        "64": "icons\/icon64.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png",
        "164": "icons\/icon164.png",
        "256": "icons\/icon256.png",
        "512": "icons\/icon512.png"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/style.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/content.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "downloads"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/ecsmartfinder.com?n=430&q={searchTerms}",
            "favicon_url": "https:\/\/ecsmartfinder.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}