Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
Better Instagram क्या है?
Better Instagram VaspDev द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This browser extension enhances your instagram.com experience by adding several essential privacy features."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Better Instagram एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
+ User-friendly flush interface: Easy to navigate and utilize. + Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files. + Disable Read Receipts: Prevent recipients from knowing when you've read their messages. + Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories. Additional features coming soon...
एक्सटेंशन की मूल जानकारी
नाम | Better Instagram |
ID | ohpfacfabigckcgpckpmmhiaogjodjci |
आधिकारिक URL | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
विवरण | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
फ़ाइल का आकार | 247 KB |
स्थापना संख्या | 116 |
वर्तमान संस्करण | 1.0.0 |
अंतिम अपडेट | 2023-04-27 |
प्रकाशन तिथि | 2023-04-26 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | VaspDev |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/dclstn/better-instagram |
सहायता पृष्ठ URL | https://github.com/dclstn/better-instagram |
समर्थित भाषाएँ | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Better Instagram", "description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.", "version": "1.0.0", "icons": { "32": "logo32.png", "48": "logo48.png", "96": "logo96.png", "128": "logo128.png" }, "content_scripts": [ { "matches": [ "https:\/\/www.instagram.com\/*" ], "js": [ ".\/build\/script.js" ], "run_at": "document_start", "world": "MAIN" } ], "host_permissions": [ "https:\/\/www.instagram.com\/*" ] } |