Unsaver for Instagram
Manage your Instagram collections with ease
Unsaver for Instagramとは何ですか?
Unsaver for InstagramはMoritz Sturmによって開発されたChromeの拡張機能で、その主な機能は「Manage your Instagram collections with ease」です。
拡張機能のスクリーンショット
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.
拡張機能の基本情報
名前 | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
公式URL | 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 |
Eメール | [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\/*" ] } |