Dim: Anonymous Instagram Story Viewer
Watch Instagram Stories
Dim: Anonymous Instagram Story Viewer क्या है?
Dim: Anonymous Instagram Story Viewer https://dimstoryapp.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Watch Instagram Stories"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Dim: Anonymous Instagram Story Viewer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dim, is the ultimate tool for anonymous story-viewing on Instagram! With Dim, you can watch Instagram stories without worrying about being seen. Whether you want to catch up on what your friends are up to or discover new and interesting content, Dim is the best IG viewer. - Watch Insta stories fully anonymously - Use the native Instagram interface you're already familiar - Best private Instagram story viewer - Unlimited daily story viewing - View insta story and no one find out Legal note: Dim is a third-party application not affiliated with Instagram. Instagram and its logo are trademarks of Instagram LLC.
एक्सटेंशन की मूल जानकारी
नाम | Dim: Anonymous Instagram Story Viewer |
ID | kbgjifecnjmcnahmopkekcbhgoipcbgg |
आधिकारिक URL | https://chromewebstore.google.com/detail/dim-anonymous-instagram-s/kbgjifecnjmcnahmopkekcbhgoipcbgg |
विवरण | Watch Instagram Stories |
फ़ाइल का आकार | 32.93 KB |
स्थापना संख्या | 93 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2023-10-18 |
प्रकाशन तिथि | 2023-10-17 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | https://dimstoryapp.com |
ईमेल | [email protected] |
भुगतान के प्रकार | in_app |
एक्सटेंशन वेबसाइट | https://dimstoryapp.com |
सहायता पृष्ठ URL | https://dimstoryapp.com |
गोपनीयता नीति पृष्ठ URL | https://dimstoryapp.com/privacy-policy |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Dim: Anonymous Instagram Story Viewer", "description": "Watch Instagram Stories", "version": "1.0.2", "manifest_version": 3, "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "action": { "default_icon": "img\/logo-48.png" }, "options_page": "options.html", "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "content_scripts": [ { "js": [ "assets\/content-script-loader.chunk-1c7a1bf9.b7301db8.js" ], "run_at": "document_start", "matches": [ "https:\/\/*.instagram.com\/*" ] } ], "web_accessible_resources": [ { "matches": [ "https:\/\/*.instagram.com\/*" ], "resources": [ "img\/logo-16.png", "img\/logo-32.png", "img\/logo-48.png", "img\/logo-128.png", "src\/content\/dim-script.js" ], "use_dynamic_url": false }, { "matches": [ "https:\/\/*.instagram.com\/*" ], "resources": [ "assets\/chunk-1c7a1bf9.js" ], "use_dynamic_url": true } ], "permissions": [ "storage", "identity", "identity.email" ], "host_permissions": [ "https:\/\/*.instagram.com\/*", "https:\/\/*.dimstoryapp.com\/*" ] } |