Hiddengram - view insta stories anonymously
View friends' Instagram stories without them knowing!
Hiddengram - view insta stories anonymously क्या है?
Hiddengram - view insta stories anonymously Su4nHu4ND0 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "View friends' Instagram stories without them knowing!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Hiddengram - view insta stories anonymously एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
UPDATE Sep 2022: Fixed another issue that prevented hiddengram from functioning properly. UPDATE: A recent issue (Feb 2022) that resulted in Hiddengram being non-functional has been fixed! Sorry for the inconvenience caused. HIDDENGRAM - VIEW INSTA STORIES ANONYMOUSLY With Hiddengram enabled, go ahead and view a friend's (or anyone's) story that you have not seen. (An unseen story has a colored ring around the user's profile photo). Watch Hiddengram work its magic by refreshing the page: the story which you just viewed is still marked as unseen! Click on the Hiddengram icon in the extensions bar to enable/disable the extension. Do leave a review! Any feedback is welcome!
एक्सटेंशन की मूल जानकारी
नाम | |
ID | gadndffmjdmdkjkmfmioeibmlabhbccb |
आधिकारिक URL | https://chrome.google.com/webstore/detail/hiddengram-view-insta-sto/gadndffmjdmdkjkmfmioeibmlabhbccb |
विवरण | View friends' Instagram stories without them knowing! |
फ़ाइल का आकार | 14.03 KB |
स्थापना संख्या | 86,490 |
वर्तमान संस्करण | 0.1.8 |
अंतिम अपडेट | 2022-09-07 |
प्रकाशन तिथि | 2019-10-18 |
रेटिंग | 3.29/5 कुल 155 रेटिंग्स |
डेवलपर | Su4nHu4ND0 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hiddengram - view insta stories anonymously", "short_name": "Hiddengram", "version": "0.1.8", "manifest_version": 2, "description": "View friends' Instagram stories without them knowing!", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "Hiddengram is running - you are hidden!" }, "permissions": [ "*:\/\/*.instagram.com\/*", "webRequest", "webRequestBlocking" ] } |