Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
What is Insta Ghost?
Insta Ghost is a Chrome extension developed by http://ashish.link, and its main feature is "A browser extension for Instagram to read messages and see stories without read receipts or seen.".
Extension Screenshots
Download Insta Ghost Extension CRX File
Download Insta Ghost 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
Turn on ghost mode on Instagram to anonymously read messages and see stories without the seen receipt *The extension does not read or intercept any of your data.
Extension Basic Information
Name | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
Official URL | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
Description | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
File Size | 34.51 KB |
Installation Count | 111 |
Current Version | 1.0 |
Last Updated | 2022-01-17 |
Publish Date | 2022-01-17 |
Rating | 5.00/5 Total 2 Ratings |
Developer | http://ashish.link |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/ashish-r/insta-ghost |
Help Page URL | https://github.com/ashish-r/insta-ghost/issues |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Insta Ghost", "version": "1.0", "manifest_version": 2, "description": "A browser extension for Instagram to read messages and see stories without read receipts or seen.", "background": { "scripts": [ "script.js" ] }, "browser_action": { "default_popup": "option.html" }, "permissions": [ "storage", "webRequest", "webRequestBlocking", "*:\/\/*.instagram.com\/*" ], "icons": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" } } |