Instagram Downloader
Download videos and photos from Instagram in one click!
Co to jest Instagram Downloader?
Instagram Downloader to rozszerzenie Chrome opracowane przez insta.downloader.s, a jego główną funkcją jest „Download videos and photos from Instagram in one click!”.
Zrzuty ekranu rozszerzenia
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
With Instagram Downloader, you can download videos and images from instagram. Features: - Convenient popup for working with the extension - Ability to download all images found on the page in one click - Download buttons right on the page
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | haljnogpnkegcihcdgcoifpohnffefja |
Oficjalny URL | https://chrome.google.com/webstore/detail/instagram-downloader/haljnogpnkegcihcdgcoifpohnffefja |
Opis | Download videos and photos from Instagram in one click! |
Rozmiar pliku | 169 KB |
Liczba instalacji | 6,000 |
Aktualna Wersja | 1.0.2 |
Ostatnia Aktualizacja | 2021-07-26 |
Data Publikacji | 2021-03-14 |
Ocena | 2.75/5 Łącznie 4 Oceny |
Deweloper | insta.downloader.s |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDescription__", "author": "Insta Downloader", "version": "1.0.2", "minimum_chrome_version": "49", "default_locale": "en", "icons": { "16": "img\/icons\/icon_16.png", "48": "img\/icons\/icon_48.png", "128": "img\/icons\/icon_128.png" }, "browser_action": { "default_icon": { "19": "img\/icons\/icon_19.png", "38": "img\/icons\/icon_38.png" }, "default_popup": "popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "permissions": [ "tabs", "downloads", "storage", " |