Notifications DM Instagram

Receive notification as soon as you receive an Instagram message.

Что такое Notifications DM Instagram?

Notifications DM Instagram - это расширение Chrome, разработанное Puretz, и его основная функция - "Receive notification as soon as you receive an Instagram message.".

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        With the new Instagram update, it is now possible to send and receive messages via the computer.
With this extension, we can comfortably browse other sites, and if you receive any new messages, you will be notified.                    

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

Название Notifications DM Instagram Notifications DM Instagram
ID beibjfkkheopnkifcgomndochmiilfda
Официальный URL https://chromewebstore.google.com/detail/notifications-dm-instagra/beibjfkkheopnkifcgomndochmiilfda
Описание Receive notification as soon as you receive an Instagram message.
Размер файла 8.54 KB
Количество установок 702
Текущая Версия 0.21
Последнее Обновление 2020-04-27
Дата публикации 2020-04-26
Рейтинг 1.00/5 Всего 3 оценок
Разработчик Puretz
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://instaagile.com/
URL страницы помощи http://instaagile.com/privacy.html
URL страницы политики конфиденциальности https://instaagile.com/privacy.html
Поддерживаемые языки en-US
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Notifications DM Instagram",
    "description": "Receive notification as soon as you receive an Instagram message.",
    "version": "0.21",
    "background": {
        "page": "app.html"
    },
    "browser_action": {
        "default_icon": "logo-2.png",
        "default_title": "Notifications DM Instagram"
    },
    "icons": {
        "128": "logo-2.png"
    },
    "permissions": [
        "https:\/\/www.instagram.com\/direct\/inbox\/",
        "https:\/\/www.instagram.com\/"
    ],
    "omnibox": {
        "keyword": "igdm"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.instagram.com\/direct\/inbox\/",
                "https:\/\/www.instagram.com\/"
            ],
            "js": [
                "has_extension.js"
            ]
        }
    ]
}