Unsaver for Instagram
Manage your Instagram collections with ease
Unsaver for Instagram là gì?
Unsaver for Instagram là một tiện ích mở rộng Chrome được phát triển bởi Moritz Sturm, và tính năng chính của nó là "Manage your Instagram collections with ease".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Unsaver for Instagram
Tải xuống các tệp mở rộng Unsaver for Instagram dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
URL Chính Thức | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Mô tả | Manage your Instagram collections with ease |
Kích Thước Tệp | 61.43 KB |
Số Lần Cài Đặt | 23,576 |
Phiên Bản Hiện Tại | 5.2 |
Cập Nhật Lần Cuối | 2022-12-21 |
Ngày Phát Hành | 2020-06-26 |
Đánh Giá | 3.67/5 Tổng số 304 Đánh Giá |
Nhà Phát Triển | Moritz Sturm |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |