Insta Ghost

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

Apa itu Insta Ghost?

Insta Ghost adalah ekstensi Chrome yang dikembangkan oleh http://ashish.link, dan fitur utamanya adalah "A browser extension for Instagram to read messages and see stories without read receipts or seen.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Insta Ghost

Unduh file ekstensi Insta Ghost dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
URL Resmi https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
Deskripsi A browser extension for Instagram to read messages and see stories without read receipts or seen.
Ukuran File 34.51 KB
Jumlah Instalasi 111
Versi Saat Ini 1.0
Terakhir Diperbarui 2022-01-17
Tanggal Publikasi 2022-01-17
Penilaian 5.00/5 Total 2 Penilaian
Pengembang http://ashish.link
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/ashish-r/insta-ghost
URL Halaman Bantuan https://github.com/ashish-r/insta-ghost/issues
Bahasa yang Didukung 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"
    }
}