Insta Ghost

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

Vad är Insta Ghost?

Insta Ghost är en Chrome-tillägg utvecklad av http://ashish.link, och dess huvudfunktion är "A browser extension for Instagram to read messages and see stories without read receipts or seen.".

Tilläggsskärmbilder

screenshot

Ladda ner Insta Ghost-förlängningens CRX-fil

Ladda ner Insta Ghost-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Insta Ghost Insta Ghost
ID haigipojhdbjeekbhgnpbpakpmdogcbf
Officiell webbadress https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf
Beskrivning A browser extension for Instagram to read messages and see stories without read receipts or seen.
Filstorlek 34.51 KB
Antal Installationer 111
Aktuell Version 1.0
Senast Uppdaterad 2022-01-17
Publiceringsdatum 2022-01-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare http://ashish.link
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/ashish-r/insta-ghost
Hjälpsida URL https://github.com/ashish-r/insta-ghost/issues
Stödda Språk 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"
    }
}