Instagram Downloader

Download images and videos from Instagram

Apa itu Instagram Downloader?

Instagram Downloader adalah ekstensi Chrome yang dikembangkan oleh PhotograpHB, dan fitur utamanya adalah "Download images and videos from Instagram".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Instagram Downloader

Unduh file ekstensi Instagram Downloader 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

                        Usage: download images and videos using url copied from Instagram posts                    

Informasi Dasar Ekstensi

Nama Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
URL Resmi https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
Deskripsi Download images and videos from Instagram
Ukuran File 277 KB
Jumlah Instalasi 460
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2022-02-14
Tanggal Publikasi 2022-02-14
Pengembang PhotograpHB
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/HaibiPeng/instagram-save-ext
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Instagram Downloader",
    "description": "Download images and videos from Instagram",
    "version": "0.1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/16.png",
        "32": ".\/32.png",
        "48": ".\/48.png",
        "128": ".\/128.png"
    },
    "background": {
        "service_worker": ".\/background.js"
    },
    "options_page": ".\/options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ]
}