Instagram Downloader

Download media from Instagram

Hvad er Instagram Downloader?

Instagram Downloader er en Chrome-udvidelse udviklet af samagragupta, og dens hovedfunktion er "Download media from Instagram".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download Instagram Downloader-udvidelses-CRX-fil

Download Instagram Downloader-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Download any image or Video from Instagram. Just one click to go ahead !!!                    

Grundlæggende oplysninger om udvidelsen

Navn Instagram Downloader Instagram Downloader
ID ciodnolkjfhjhpcdaehfoilnbinkhbca
Officiel URL https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca
Beskrivelse Download media from Instagram
Filstørrelse 31.01 KB
Antal Installationer 9,000
Nuværende Version 1.0.0
Senest Opdateret 2020-10-06
Udgivelsesdato 2020-10-06
Bedømmelse 2.60/5 Samlet 5 Bedømmelser
Udvikler samagragupta
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "default_locale": "en",
    "name": "Instagram Downloader",
    "description": "Download media from Instagram",
    "version": "1.0.0",
    "browser_action": {
        "default_icon": {
            "19": "icons\/insta.jpg",
            "38": "icons\/insta.jpg"
        }
    },
    "icons": {
        "16": "icons\/insta.jpg",
        "48": "icons\/insta.jpg",
        "128": "icons\/insta.jpg"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "downloads",
        "storage",
        "http:\/\/www.instagram.com\/*",
        "https:\/\/www.instagram.com\/*"
    ],
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    }
}