Stori

Download and view (anonymously) Instagram Stories

Qu'est-ce que Stori ?

Stori est une extension Chrome développée par Stori, et sa fonction principale est "Download and view (anonymously) Instagram Stories".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Stori

Téléchargez les fichiers d'extension Stori au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stori Stori
ID doegddfcmbidegjkogfdlidcohmldnfo
URL Officiel https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo
Description Download and view (anonymously) Instagram Stories
Taille du Fichier 776 KB
Nombre d'Installations 403
Version Actuelle 0.5.0
Dernière Mise à Jour 2021-02-03
Date de Publication 2021-02-03
Évaluation 1.00/5 Total 1 Évaluations
Développeur Stori
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}