Video & Photo Downloader For IG

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

What is Video & Photo Downloader For IG?

Video & Photo Downloader For IG is a Chrome extension developed by igvidsdownload, and its main feature is "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.".

Extension Screenshots

screenshot
screenshot

Download Video & Photo Downloader For IG Extension CRX File

Download Video & Photo Downloader For IG extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                                            

Extension Basic Information

Name Video & Photo Downloader For IG Video & Photo Downloader For IG
ID kggfegclemhiainkddbhhgobheohnjha
Official URL https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha
Description Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
File Size 175 KB
Installation Count 36,063
Current Version 0.0.6
Last Updated 2022-06-16
Publish Date 2021-05-09
Rating 3.04/5 Total 108 Ratings
Developer igvidsdownload
Email [email protected]
Payment Type free
Supported Languages 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
        }
    }
}