Insta Ghost
A browser extension for Instagram to see stories without 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 see stories without 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 check stories without the seen receipt *The extension does not read or intercept any of your data.
Extension Basic Information
Name | Insta Ghost |
ID | pckckmnmgnllnclbpcmmbgindodofdia |
Official URL | https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia |
Description | A browser extension for Instagram to see stories without seen. |
File Size | 33.36 KB |
Installation Count | 63 |
Current Version | 2.0 |
Last Updated | 2023-05-29 |
Publish Date | 2023-05-29 |
Rating | 5.00/5 Total 1 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": "2.0", "manifest_version": 3, "description": "A browser extension for Instagram to see stories without seen.", "background": { "service_worker": "script.js" }, "action": { "default_icon": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" } }, "permissions": [ "declarativeNetRequest", "declarativeNetRequestFeedback" ], "host_permissions": [ "*:\/\/*.instagram.com\/*" ], "icons": { "16": "logo\/logo16.png", "48": "logo\/logo48.png", "128": "logo\/logo128.png" } } |