Instagram Downloader

Download images and videos from Instagram

Vad är Instagram Downloader?

Instagram Downloader är en Chrome-tillägg utvecklad av PhotograpHB, och dess huvudfunktion är "Download images and videos from Instagram".

Tilläggsskärmbilder

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

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

Grundläggande Information om Tillägg

Namn Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
Officiell webbadress https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
Beskrivning Download images and videos from Instagram
Filstorlek 277 KB
Antal Installationer 460
Aktuell Version 0.1.0
Senast Uppdaterad 2022-02-14
Publiceringsdatum 2022-02-14
Utvecklare PhotograpHB
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/HaibiPeng/instagram-save-ext
Stödda Språk 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": [
        "*:\/\/*\/*"
    ]
}