Insta Stories
View Instagram Stories anonymously and download them to your device.
Apa itu Insta Stories?
Insta Stories adalah ekstensi Chrome yang dikembangkan oleh Extensions for Everyone, dan fitur utamanya adalah "View Instagram Stories anonymously and download them to your device.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Insta Stories
Unduh file ekstensi Insta Stories 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
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
Informasi Dasar Ekstensi
Nama | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
URL Resmi | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Deskripsi | View Instagram Stories anonymously and download them to your device. |
Ukuran File | 149 KB |
Jumlah Instalasi | 3,685 |
Versi Saat Ini | 1.0 |
Terakhir Diperbarui | 2020-11-25 |
Tanggal Publikasi | 2020-11-25 |
Penilaian | 3.25/5 Total 4 Penilaian |
Pengembang | Extensions for Everyone |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://www.insta-stories.net |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |