Story Saver

Simply Download & Save stories from Facebook, Instagram, and WhatsApp.

Story Saver क्या है?

Story Saver SG Developer द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simply Download & Save stories from Facebook, Instagram, and WhatsApp."।

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

screenshot
screenshot

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

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

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

                        --2.9.4 UPDATE
It's simpler than its name.
With Story Saver, you can download any story from Facebook, Instagram, and WhatsApp by a simple click.

Update 3nd March: Fix Instagram issues for non-english.

Story Saver allows you to save photos and videos stories.

All you have to do is installing this extension, an icon will appear at the top-left corner of the browser,
Click on that icon and whoosh the story will be downloaded, Oh and another thing the extension will rename the story to something readable ;)

If there's anything wrong with the extension contact me on my email:
[email protected]                    

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

नाम Story Saver Story Saver
ID mafcolokinicfdmlidhaebadidhdehpk
आधिकारिक URL https://chromewebstore.google.com/detail/story-saver/mafcolokinicfdmlidhaebadidhdehpk
विवरण Simply Download & Save stories from Facebook, Instagram, and WhatsApp.
फ़ाइल का आकार 54.68 KB
स्थापना संख्या 239,440
वर्तमान संस्करण 2.9.4.7
अंतिम अपडेट 2024-03-04
प्रकाशन तिथि 2020-04-07
रेटिंग 4.67/5 कुल 9534 रेटिंग्स
डेवलपर SG Developer
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Story Saver",
    "version": "2.9.4.7",
    "description": "Simply Download & Save stories from Facebook, Instagram, and WhatsApp.",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/icon_32.png"
    },
    "permissions": [
        "declarativeContent",
        "downloads",
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.instagram.com\/*",
        "*:\/\/*.facebook.com\/*",
        "*:\/\/*.whatsapp.com\/*"
    ]
}