Stori

Download and view (anonymously) Instagram Stories

Stori क्या है?

Stori Stori द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Download and view (anonymously) Instagram Stories"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Stori एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Stori Stori
ID doegddfcmbidegjkogfdlidcohmldnfo
आधिकारिक URL https://chrome.google.com/webstore/detail/stori/doegddfcmbidegjkogfdlidcohmldnfo
विवरण Download and view (anonymously) Instagram Stories
फ़ाइल का आकार 776 KB
स्थापना संख्या 403
वर्तमान संस्करण 0.5.0
अंतिम अपडेट 2021-02-03
प्रकाशन तिथि 2021-02-03
रेटिंग 1.00/5 कुल 1 रेटिंग्स
डेवलपर Stori
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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"
    ]
}