Stori

Download and view (anonymously) Instagram Stories

What is Stori?

Stori is a Chrome extension developed by Stori, and its main feature is "Download and view (anonymously) Instagram Stories".

Extension Screenshots

screenshot
screenshot

Download Stori Extension CRX File

Download Stori extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Stori Stori
ID doegddfcmbidegjkogfdlidcohmldnfo
Official URL https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo
Description Download and view (anonymously) Instagram Stories
File Size 776 KB
Installation Count 403
Current Version 0.5.0
Last Updated 2021-02-03
Publish Date 2021-02-03
Rating 1.00/5 Total 1 Ratings
Developer Stori
Email [email protected]
Payment Type free
Supported Languages 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"
    ]
}