IGsave - Downloader for Instagram™ video

Simplest way to download instagram video & photo anonymously.

Co to jest IGsave - Downloader for Instagram™ video?

IGsave - Downloader for Instagram™ video to rozszerzenie Chrome opracowane przez margaretafossb70, a jego główną funkcją jest „Simplest way to download instagram video & photo anonymously.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia IGsave - Downloader for Instagram™ video

Pobierz pliki rozszerzeń IGsave - Downloader for Instagram™ video 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

                        IGsave helps you to download stories (and highlights), Videos, Reels, Photos and IGTVs! You can use bulk downloader for stories and posts that have more than one item. Also, you can repost feed instagram。
The main features: 
-Download instagram video & photo anonymously.
-repost feed instagram from a user or feed
- Bulk download photos and videos                    

Podstawowe informacje o rozszerzeniu

Nazwa IGsave - Downloader for Instagram™ video IGsave - Downloader for Instagram™ video
ID nfehnpifjoihfddijopbandjoamdjjfg
Oficjalny URL https://chrome.google.com/webstore/detail/igsave-downloader-for-ins/nfehnpifjoihfddijopbandjoamdjjfg
Opis Simplest way to download instagram video & photo anonymously.
Rozmiar pliku 869 KB
Liczba instalacji 304
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-08-23
Data Publikacji 2022-08-23
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper margaretafossb70
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://twiclips.top/privacy
Obsługiwane Języki de,en,fr,tr,es,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "js\/background.js"
    },
    "action": {
        "default_icon": {
            "128": "icons\/icon_128.png"
        }
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "css\/fonts.css",
                "css\/styles.css"
            ],
            "js": [
                "js\/content-script.js"
            ],
            "matches": [
                "*:\/\/*.instagram.com\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_description__",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_name__",
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "declarativeNetRequest",
        "downloads",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "version": "1.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "icons\/*",
                "fonts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}