Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
Hvad er Insta Ghost?
Insta Ghost er en Chrome-udvidelse udviklet af http://ashish.link, og dens hovedfunktion er "A browser extension for Instagram to read messages and see stories without read receipts or seen.".
Udvidelsesskærmbilleder
Download Insta Ghost-udvidelses-CRX-fil
Download Insta Ghost-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
Officiel URL | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
Beskrivelse | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
Filstørrelse | 34.51 KB |
Antal Installationer | 111 |
Nuværende Version | 1.0 |
Senest Opdateret | 2022-01-17 |
Udgivelsesdato | 2022-01-17 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | http://ashish.link |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ashish-r/insta-ghost |
Hjælpeside-URL | https://github.com/ashish-r/insta-ghost/issues |
Understøttede Sprog | 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" } } |