Unsaver for Instagram

Manage your Instagram collections with ease

Vad är Unsaver for Instagram?

Unsaver for Instagram är en Chrome-tillägg utvecklad av Moritz Sturm, och dess huvudfunktion är "Manage your Instagram collections with ease".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Unsaver for Instagram-förlängningens CRX-fil

Ladda ner Unsaver for Instagram-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

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

We are not affiliated with Instagram™ in any way.                    

Grundläggande Information om Tillägg

Namn Unsaver for Instagram Unsaver for Instagram
ID gopbooannmimbdeicpeoimocldmeeoak
Officiell webbadress https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak
Beskrivning Manage your Instagram collections with ease
Filstorlek 61.43 KB
Antal Installationer 23,576
Aktuell Version 5.2
Senast Uppdaterad 2022-12-21
Publiceringsdatum 2020-06-26
Betyg 3.67/5 Totalt 304 Betyg
Utvecklare Moritz Sturm
E-post [email protected]
Betalningssätt free
Stödda Språk 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\/*"
    ]
}