Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
Wat is Insta Ghost?
Insta Ghost is een Chrome-extensie ontwikkeld door http://ashish.link, en de belangrijkste functie is "A browser extension for Instagram to read messages and see stories without read receipts or seen.".
Extensie Screenshots
Download het CRX-bestand van de extensie Insta Ghost
Download Insta Ghost-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
Officiële URL | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
Beschrijving | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
Bestandsgrootte | 34.51 KB |
Aantal Installaties | 111 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2022-01-17 |
Publicatiedatum | 2022-01-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | http://ashish.link |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/ashish-r/insta-ghost |
Help Pagina-URL | https://github.com/ashish-r/insta-ghost/issues |
Ondersteunde Talen | 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" } } |