Insta Stories
View Instagram Stories anonymously and download them to your device.
Cos'è Insta Stories?
Insta Stories è un'estensione di Chrome sviluppata da Extensions for Everyone, e la sua funzione principale è "View Instagram Stories anonymously and download them to your device.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Insta Stories
Scarica i file di estensione Insta Stories in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
URL Ufficiale | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Descrizione | View Instagram Stories anonymously and download them to your device. |
Dimensione del File | 149 KB |
Conteggio Installazioni | 3,685 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2020-11-25 |
Data di Pubblicazione | 2020-11-25 |
Valutazione | 3.25/5 Totale 4 Valutazioni |
Sviluppatore | Extensions for Everyone |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://www.insta-stories.net |
Lingue Supportate | 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" } } |