Better Instagram

This browser extension enhances your instagram.com experience by adding several essential privacy features.

Что такое Better Instagram?

Better Instagram - это расширение Chrome, разработанное VaspDev, и его основная функция - "This browser extension enhances your instagram.com experience by adding several essential privacy features.".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Better Instagram

Скачайте файлы расширений Better Instagram в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        + User-friendly flush interface: Easy to navigate and utilize.
+ Preserve Complete Conversation Records: Export chat logs as convenient text or JSON files.
+ Disable Read Receipts: Prevent recipients from knowing when you've read their messages.
+ Block Story Viewed Notifications: Stop recipients from seeing that you've viewed their stories.

Additional features coming soon...                    

Основная информация о расширении

Название Better Instagram Better Instagram
ID ohpfacfabigckcgpckpmmhiaogjodjci
Официальный URL https://chromewebstore.google.com/detail/better-instagram/ohpfacfabigckcgpckpmmhiaogjodjci
Описание This browser extension enhances your instagram.com experience by adding several essential privacy features.
Размер файла 247 KB
Количество установок 116
Текущая Версия 1.0.0
Последнее Обновление 2023-04-27
Дата публикации 2023-04-26
Рейтинг 5.00/5 Всего 1 оценок
Разработчик VaspDev
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://github.com/dclstn/better-instagram
URL страницы помощи https://github.com/dclstn/better-instagram
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Better Instagram",
    "description": "This browser extension enhances your instagram.com experience by adding several essential privacy features.",
    "version": "1.0.0",
    "icons": {
        "32": "logo32.png",
        "48": "logo48.png",
        "96": "logo96.png",
        "128": "logo128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/*"
            ],
            "js": [
                ".\/build\/script.js"
            ],
            "run_at": "document_start",
            "world": "MAIN"
        }
    ],
    "host_permissions": [
        "https:\/\/www.instagram.com\/*"
    ]
}