Better Instagram
This browser extension enhances your instagram.com experience by adding several essential privacy features.
What is Better Instagram?
Better Instagram is a Chrome extension developed by VaspDev, and its main feature is "This browser extension enhances your instagram.com experience by adding several essential privacy features.".
Extension Screenshots
Download Better Instagram Extension CRX File
Download Better Instagram extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
+ 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...
Extension Basic Information
Name | Better Instagram |
ID | ohpfacfabigckcgpckpmmhiaogjodjci |
Official URL | https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci |
Description | This browser extension enhances your instagram.com experience by adding several essential privacy features. |
File Size | 247 KB |
Installation Count | 116 |
Current Version | 1.0.0 |
Last Updated | 2023-04-27 |
Publish Date | 2023-04-26 |
Rating | 5.00/5 Total 1 Ratings |
Developer | VaspDev |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/dclstn/better-instagram |
Help Page URL | https://github.com/dclstn/better-instagram |
Supported Languages | 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\/*" ] } |