Insta Ghost

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

Was ist Insta Ghost?

Insta Ghost ist eine Chrome-Erweiterung, die von http://ashish.link entwickelt wurde, und ihr Hauptmerkmal ist "A browser extension for Instagram to read messages and see stories without read receipts or seen.".

Erweiterungsscreenshots

screenshot

Insta Ghost-Erweiterungs-CRX-Datei herunterladen

Laden Sie Insta Ghost-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
Offizielle URL https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
Beschreibung A browser extension for Instagram to read messages and see stories without read receipts or seen.
Dateigröße 34.51 KB
Installationsanzahl 111
Aktuelle Version 1.0
Letztes Update 2022-01-17
Veröffentlichungsdatum 2022-01-17
Bewertung 5.00/5 Insgesamt 2 Bewertungen
Entwickler http://ashish.link
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://github.com/ashish-r/insta-ghost
Hilfeseite URL https://github.com/ashish-r/insta-ghost/issues
Unterstützte Sprachen 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"
    }
}