Instagram Downloader

Download media from Instagram

Vad är Instagram Downloader?

Instagram Downloader är en Chrome-tillägg utvecklad av samagragupta, och dess huvudfunktion är "Download media from Instagram".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Instagram Downloader-förlängningens CRX-fil

Ladda ner Instagram Downloader-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Instagram Downloader Instagram Downloader
ID ciodnolkjfhjhpcdaehfoilnbinkhbca
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-downloader/ciodnolkjfhjhpcdaehfoilnbinkhbca
Beskrivning Download media from Instagram
Filstorlek 31.01 KB
Antal Installationer 9,000
Aktuell Version 1.0.0
Senast Uppdaterad 2020-10-06
Publiceringsdatum 2020-10-06
Betyg 2.60/5 Totalt 5 Betyg
Utvecklare samagragupta
E-post [email protected]
Betalningssätt free
Stödda Språk 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
    }
}