Insta Ghost

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

Co to jest Insta Ghost?

Insta Ghost to rozszerzenie Chrome opracowane przez http://ashish.link, a jego główną funkcją jest „A browser extension for Instagram to read messages and see stories without read receipts or seen.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Insta Ghost

Pobierz pliki rozszerzeń Insta Ghost w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
Oficjalny URL https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
Opis A browser extension for Instagram to read messages and see stories without read receipts or seen.
Rozmiar pliku 34.51 KB
Liczba instalacji 111
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2022-01-17
Data Publikacji 2022-01-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper http://ashish.link
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/ashish-r/insta-ghost
Adres URL Strony Pomocy https://github.com/ashish-r/insta-ghost/issues
Obsługiwane Języki 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"
    }
}