Insta Stories
View Instagram Stories anonymously and download them to your device.
Insta Stories क्या है?
Insta Stories Extensions for Everyone द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View Instagram Stories anonymously and download them to your device."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Insta Stories एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Instagram Story Viewer is a free online web service that allows the watching of Instagram Stories without a trace. You can view all active Stories and Highlights of any public Instagram account. Additional features – save a Story to any device in one click and download Story updates automatically.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ebhpndbbadiaeggalklbbdchfobkhgmj |
आधिकारिक URL | https://chrome.google.com/webstore/detail/insta-stories/ebhpndbbadiaeggalklbbdchfobkhgmj |
विवरण | View Instagram Stories anonymously and download them to your device. |
फ़ाइल का आकार | 149 KB |
स्थापना संख्या | 3,685 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2020-11-25 |
प्रकाशन तिथि | 2020-11-25 |
रेटिंग | 3.25/5 कुल 4 रेटिंग्स |
डेवलपर | Extensions for Everyone |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.insta-stories.net |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Stories", "version": "1.0", "description": "View Instagram Stories anonymously and download them to your device.", "manifest_version": 2, "permissions": [ "tabs" ], "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_icon": "logo.png" }, "icons": { "128": "logo_128.png" } } |