Insta Stories
View Instagram Stories anonymously and download them to your device.
Hvad er Insta Stories?
Insta Stories er en Chrome-udvidelse udviklet af Extensions for Everyone, og dens hovedfunktion er "View Instagram Stories anonymously and download them to your device.".
Udvidelsesskærmbilleder
Download Insta Stories-udvidelses-CRX-fil
Download Insta Stories-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
Officiel URL | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
Beskrivelse | View Instagram Stories anonymously and download them to your device. |
Filstørrelse | 149 KB |
Antal Installationer | 3,685 |
Nuværende Version | 1.0 |
Senest Opdateret | 2020-11-25 |
Udgivelsesdato | 2020-11-25 |
Bedømmelse | 3.25/5 Samlet 4 Bedømmelser |
Udvikler | Extensions for Everyone |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://www.insta-stories.net |
Understøttede Sprog | 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" } } |