Image and Video Downloader

Save images and videos from Instagram.

Wat is Image and Video Downloader?

Image and Video Downloader is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Save images and videos from Instagram.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Image and Video Downloader

Download Image and Video Downloader-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Image and Video Downloader Image and Video Downloader
ID khnadcdfjbjgojiilfdebbpiepokangj
Officiële URL https://chromewebstore.google.com/detail/image-and-video-downloade/khnadcdfjbjgojiilfdebbpiepokangj
Beschrijving Save images and videos from Instagram.
Bestandsgrootte 160 KB
Aantal Installaties 39,218
Huidige Versie 0.3.0
Laatst Bijgewerkt 2020-06-01
Publicatiedatum 2020-05-31
Beoordeling 3.90/5 Totaal 311 Beoordelingen
Ontwikkelaar BrowserNative
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://browsernative.com/instagram-downloader/
Help Pagina-URL https://browsernative.com/instagram-downloader/
URL van de Privacybeleid Pagina https://browsernative.com/extensions-privacy-policy
Ondersteunde Talen 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"
    }
}