Unsaver for Instagram
Manage your Instagram collections with ease
Apa itu Unsaver for Instagram?
Unsaver for Instagram adalah ekstensi Chrome yang dikembangkan oleh Moritz Sturm, dan fitur utamanya adalah "Manage your Instagram collections with ease".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Unsaver for Instagram
Unduh file ekstensi Unsaver for Instagram dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Unsave (and download) an entire collection or previously made selection of posts. We are not affiliated with Instagram™ in any way.
Informasi Dasar Ekstensi
Nama | |
ID | gopbooannmimbdeicpeoimocldmeeoak |
URL Resmi | https://chromewebstore.google.com/detail/unsaver-for-instagram/gopbooannmimbdeicpeoimocldmeeoak |
Deskripsi | Manage your Instagram collections with ease |
Ukuran File | 61.43 KB |
Jumlah Instalasi | 23,576 |
Versi Saat Ini | 5.2 |
Terakhir Diperbarui | 2022-12-21 |
Tanggal Publikasi | 2020-06-26 |
Penilaian | 3.67/5 Total 304 Penilaian |
Pengembang | Moritz Sturm |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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\/*" ] } |