Stori
Download and view (anonymously) Instagram Stories
Hvad er Stori?
Stori er en Chrome-udvidelse udviklet af Stori, og dens hovedfunktion er "Download and view (anonymously) Instagram Stories".
Udvidelsesskærmbilleder
Download Stori-udvidelses-CRX-fil
Download Stori-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
View (anonymously) and download Instagram stories for free. Watch stories without them being marked as seen. More features coming soon: - Download posts. - Bulk download (stories and posts). - Download stories from profile. - View/Download live videos - View/Download Reels. - View/Download IG TV videos.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
Officiel URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
Beskrivelse | Download and view (anonymously) Instagram Stories |
Filstørrelse | 776 KB |
Antal Installationer | 403 |
Nuværende Version | 0.5.0 |
Senest Opdateret | 2021-02-03 |
Udgivelsesdato | 2021-02-03 |
Bedømmelse | 1.00/5 Samlet 1 Bedømmelser |
Udvikler | Stori |
[email protected] | |
Betalingsmetode | free |
Understøttede Sprog | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Stori", "description": "Download and view (anonymously) Instagram Stories", "version": "0.5.0", "author": "Stori", "manifest_version": 2, "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "background": { "scripts": [ ".\/background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "128": "icons\/128.png" } }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com 'unsafe-eval'; object-src 'self' img-src 'self'", "permissions": [ "*:\/\/*.instagram.com\/*", "storage", "tabs" ] } |