Image and Video Downloader

Save images and videos from Instagram.

Apa itu Image and Video Downloader?

Image and Video Downloader adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Save images and videos from Instagram.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Image and Video Downloader

Unduh file ekstensi Image and Video 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

                        Save images and videos from Instagram. Right click on images to save. To save videos, first play it and then right click > Save.

Visit homepage for more: https://browsernative.com/instagram-downloader/

Extension by BrowserNative, forked from InstaSee by Chris Panayotoff. Not created by or affiliated with Instagram.com.                    

Informasi Dasar Ekstensi

Nama Image and Video Downloader Image and Video Downloader
ID khnadcdfjbjgojiilfdebbpiepokangj
URL Resmi https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj
Deskripsi Save images and videos from Instagram.
Ukuran File 160 KB
Jumlah Instalasi 39,218
Versi Saat Ini 0.3.0
Terakhir Diperbarui 2020-06-01
Tanggal Publikasi 2020-05-31
Penilaian 3.90/5 Total 311 Penilaian
Pengembang BrowserNative
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://browsernative.com/instagram-downloader/
URL Halaman Bantuan https://browsernative.com/instagram-downloader/
URL Halaman Kebijakan Privasi https://browsernative.com/extensions-privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Image and Video Downloader",
    "description": "Save images and videos from Instagram.",
    "version": "0.3.0",
    "manifest_version": 2,
    "homepage_url": "https:\/\/browsernative.com\/instagram-downloader\/",
    "icons": {
        "16": "static\/icon-16.png",
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "contextMenus",
        "downloads"
    ],
    "browser_action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Image and Video Downloader for Instagram"
    }
}