Unsaver for Instagram

Manage your Instagram collections with ease

什麼是Unsaver for Instagram?

Unsaver for Instagram是由Moritz Sturm開發的Chrome擴展程式,該擴展的主要功能是“Manage your Instagram collections with ease”。

擴展截圖

screenshot
screenshot

下載Unsaver for Instagram擴展crx文件

下載Unsaver for Instagram擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

We are not affiliated with Instagram™ in any way.                    

擴展基本資訊

名稱 Unsaver for Instagram Unsaver for Instagram
ID gopbooannmimbdeicpeoimocldmeeoak
官方網址 https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak
簡介 Manage your Instagram collections with ease
檔案大小 61.43 KB
安裝次數 23,576
目前版本 5.2
更新時間 2022-12-21
上架時間 2020-06-26
評分 3.67/5 共 304 次評分
開發者 Moritz Sturm
電子郵箱 [email protected]
付費類型 free
支援的語言 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\/*"
    ]
}