Insta Ghost
A browser extension for Instagram to see stories without 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 see stories without 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 check stories without the seen receipt *The extension does not read or intercept any of your data.
Basisinformatie over de Extensie
Naam | Insta Ghost |
ID | pckckmnmgnllnclbpcmmbgindodofdia |
Officiële URL | https://chrome.google.com/webstore/detail/insta-ghost/pckckmnmgnllnclbpcmmbgindodofdia |
Beschrijving | A browser extension for Instagram to see stories without seen. |
Bestandsgrootte | 33.36 KB |
Aantal Installaties | 63 |
Huidige Versie | 2.0 |
Laatst Bijgewerkt | 2023-05-29 |
Publicatiedatum | 2023-05-29 |
Beoordeling | 5.00/5 Totaal 1 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": "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" } } |