Stori
Download and view (anonymously) Instagram Stories
Was ist Stori?
Stori ist eine Chrome-Erweiterung, die von Stori entwickelt wurde, und ihr Hauptmerkmal ist "Download and view (anonymously) Instagram Stories".
Erweiterungsscreenshots
Stori-Erweiterungs-CRX-Datei herunterladen
Laden Sie Stori-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | |
ID | doegddfcmbidegjkogfdlidcohmldnfo |
Offizielle URL | https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo |
Beschreibung | Download and view (anonymously) Instagram Stories |
Dateigröße | 776 KB |
Installationsanzahl | 403 |
Aktuelle Version | 0.5.0 |
Letztes Update | 2021-02-03 |
Veröffentlichungsdatum | 2021-02-03 |
Bewertung | 1.00/5 Insgesamt 1 Bewertungen |
Entwickler | Stori |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |