Insta Ghost

A browser extension for Instagram to read messages and see stories without read receipts or seen.

Cos'è Insta Ghost?

Insta Ghost è un'estensione di Chrome sviluppata da http://ashish.link, e la sua funzione principale è "A browser extension for Instagram to read messages and see stories without read receipts or seen.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Insta Ghost

Scarica i file di estensione Insta Ghost in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
URL Ufficiale https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
Descrizione A browser extension for Instagram to read messages and see stories without read receipts or seen.
Dimensione del File 34.51 KB
Conteggio Installazioni 111
Versione Corrente 1.0
Ultimo Aggiornamento 2022-01-17
Data di Pubblicazione 2022-01-17
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore http://ashish.link
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ashish-r/insta-ghost
URL della Pagina di Aiuto https://github.com/ashish-r/insta-ghost/issues
Lingue Supportate 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"
    }
}