Insta Ghost
A browser extension for Instagram to read messages and see stories without read receipts or seen.
Что такое Insta Ghost?
Insta Ghost - это расширение Chrome, разработанное http://ashish.link, и его основная функция - "A browser extension for Instagram to read messages and see stories without read receipts or seen.".
Снимки экрана расширения
Скачать файл CRX расширения Insta Ghost
Скачайте файлы расширений Insta Ghost в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
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.
Основная информация о расширении
Название | |
ID | haigipojhdbjeekbhgnpbpakpmdogcbf |
Официальный URL | https://chrome.google.com/webstore/detail/insta-ghost/haigipojhdbjeekbhgnpbpakpmdogcbf |
Описание | A browser extension for Instagram to read messages and see stories without read receipts or seen. |
Размер файла | 34.51 KB |
Количество установок | 111 |
Текущая Версия | 1.0 |
Последнее Обновление | 2022-01-17 |
Дата публикации | 2022-01-17 |
Рейтинг | 5.00/5 Всего 2 оценок |
Разработчик | http://ashish.link |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/ashish-r/insta-ghost |
URL страницы помощи | https://github.com/ashish-r/insta-ghost/issues |
Поддерживаемые языки | 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" } } |