Stori

Download and view (anonymously) Instagram Stories

Wat is Stori?

Stori is een Chrome-extensie ontwikkeld door Stori, en de belangrijkste functie is "Download and view (anonymously) Instagram Stories".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Stori

Download Stori-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Stori Stori
ID doegddfcmbidegjkogfdlidcohmldnfo
Officiële URL https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo
Beschrijving Download and view (anonymously) Instagram Stories
Bestandsgrootte 776 KB
Aantal Installaties 403
Huidige Versie 0.5.0
Laatst Bijgewerkt 2021-02-03
Publicatiedatum 2021-02-03
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Stori
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    ]
}