Unsaver for Instagram

Manage your Instagram collections with ease

Co to jest Unsaver for Instagram?

Unsaver for Instagram to rozszerzenie Chrome opracowane przez Moritz Sturm, a jego główną funkcją jest „Manage your Instagram collections with ease”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Unsaver for Instagram

Pobierz pliki rozszerzeń Unsaver for Instagram 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

                        Unsave (and download) an entire collection or previously made selection of posts.

We are not affiliated with Instagram™ in any way.                    

Podstawowe informacje o rozszerzeniu

Nazwa Unsaver for Instagram Unsaver for Instagram
ID gopbooannmimbdeicpeoimocldmeeoak
Oficjalny URL https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak
Opis Manage your Instagram collections with ease
Rozmiar pliku 61.43 KB
Liczba instalacji 23,576
Aktualna Wersja 5.2
Ostatnia Aktualizacja 2022-12-21
Data Publikacji 2020-06-26
Ocena 3.67/5 Łącznie 304 Oceny
Deweloper Moritz Sturm
E-mail [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": 3,
    "name": "Unsaver for Instagram",
    "description": "Manage your Instagram collections with ease",
    "version": "5.2",
    "options_ui": {
        "page": "options.html"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "action": {
        "default_icon": "icon-128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "downloads",
        "downloads.shelf",
        "cookies",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.instagram.com\/*",
        "https:\/\/*.cdninstagram.com\/*"
    ]
}