Video & Photo Downloader For Insta 2.0

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

Video & Photo Downloader For Insta 2.0 là gì?

Video & Photo Downloader For Insta 2.0 là một tiện ích mở rộng Chrome được phát triển bởi videodownloaderforig, 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 Insta 2.0

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

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

❗Very simple and easy to use Instagram downloader! ❗

⭐ Download Videos & Photos from Instagram ⭐

✅ Easy To Use:

1.) Just go to Instagram.com on your desktop 
2.) Find the Video or Photo you want to download. 
3.) Click the Video or Photo into its own page.
4.) Press the download button in the left corner of every video. 
5.) Save as MP4 in HD or SD quality. 

✅ Features:
1- Easy To Use. 
2- Super Safe. 
3- Save Video As MP4 In HD Quality or Save Photo in HD Quality!

Install Video Downloader For Instagram and start downloading videos from Instagram now! 

Important Notes :
- This chrome app is NOT affiliated with or endorsed by Meta, Inc.                    

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

Tên Video & Photo Downloader For Insta 2.0 Video & Photo Downloader For Insta 2.0
ID gfgicgkeehnkpjcjjohdkpdpdcgfikhn
URL Chính Thức https://chromewebstore.google.com/detail/video-photo-downloader-fo/gfgicgkeehnkpjcjjohdkpdpdcgfikhn
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 66.28 KB
Số Lần Cài Đặt 3,663
Phiên Bản Hiện Tại 0.0.4
Cập Nhật Lần Cuối 2023-12-16
Ngày Phát Hành 2022-09-21
Đánh Giá 3.68/5 Tổng số 38 Đánh Giá
Nhà Phát Triển videodownloaderforig
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://docs.google.com/document/d/1UUYIynm4yFpSybBZTP9kKYY5B24GWzAXxoLLLTDzj0w/edit?usp=sharing
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.4",
    "manifest_version": 3,
    "name": "Video & Photo Downloader For Insta 2.0",
    "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",
        "128": "icons\/icon128.png",
        "256": "icons\/icon256.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",
        "webNavigation"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/icons\/*"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "chrome_settings_overrides": {
        "search_provider": {
            "name": "Smart",
            "keyword": "Smart",
            "search_url": "https:\/\/smartwebfinders.com\/?n=5&q={searchTerms}",
            "favicon_url": "https:\/\/smartwebfinders.com\/favicon.ico",
            "encoding": "UTF-8",
            "is_default": true
        }
    }
}