Story Downloader
With the Story Downloader you can view stories anonymously and download them for free.
Story Downloader क्या है?
Story Downloader Extensions for Everyone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "With the Story Downloader you can view stories anonymously and download them for free."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Story Downloader एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Watch Instagram Stories anonymously and download them with Instagram Story Viewer. Save every new Story from any public profile automatically — free, compatible with any device, no third app installation.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | pneajbbepheokncfcicjoeakmajaegem |
आधिकारिक URL | https://chrome.google.com/webstore/detail/story-downloader/pneajbbepheokncfcicjoeakmajaegem |
विवरण | With the Story Downloader you can view stories anonymously and download them for free. |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 3,000 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-11-25 |
प्रकाशन तिथि | 2020-11-25 |
रेटिंग | 3.00/5 कुल 2 रेटिंग्स |
डेवलपर | Extensions for Everyone |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.storydownloader.org |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Story Downloader", "version": "1.0", "description": "With the Story Downloader you can view stories anonymously and download them for free.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |