Instagram Downloader

Download images and videos from Instagram

Co to jest Instagram Downloader?

Instagram Downloader to rozszerzenie Chrome opracowane przez PhotograpHB, a jego główną funkcją jest „Download images and videos from Instagram”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Instagram Downloader

Pobierz pliki rozszerzeń Instagram Downloader w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

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

Podstawowe informacje o rozszerzeniu

Nazwa Instagram Downloader Instagram Downloader
ID egdbpdbjpbpflgmghkdaeijojbbjhhac
Oficjalny URL https://chrome.google.com/webstore/detail/instagram-downloader/egdbpdbjpbpflgmghkdaeijojbbjhhac
Opis Download images and videos from Instagram
Rozmiar pliku 277 KB
Liczba instalacji 460
Aktualna Wersja 0.1.0
Ostatnia Aktualizacja 2022-02-14
Data Publikacji 2022-02-14
Deweloper PhotograpHB
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/HaibiPeng/instagram-save-ext
Obsługiwane Języki 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": [
        "*:\/\/*\/*"
    ]
}