Extensions Update Notifier

Get alert when any installed extension updates to a newer version.

Что такое Extensions Update Notifier?

Extensions Update Notifier - это расширение Chrome, разработанное BrowserNative, и его основная функция - "Get alert when any installed extension updates to a newer version.".

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

screenshot

Скачать файл CRX расширения Extensions Update Notifier

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

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

                        This extension monitors all other installed extensions, and alerts users whenever an extension is updated.                    

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

Название Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
Официальный URL https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
Описание Get alert when any installed extension updates to a newer version.
Размер файла 25.97 KB
Количество установок 362
Текущая Версия 1.0.0
Последнее Обновление 2020-11-06
Дата публикации 2020-11-05
Рейтинг 5.00/5 Всего 1 оценок
Разработчик BrowserNative
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://browsernative.com/chrome-extensions-update-notifier/
URL страницы помощи https://browsernative.com/chrome-extensions-update-notifier/
URL страницы политики конфиденциальности https://browsernative.com/extensions-privacy-policy
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "js\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "static\/icon-48.png",
        "default_title": "Extensions Update Notifier"
    },
    "description": "Get alert when any installed extension updates to a newer version.",
    "homepage_url": "https:\/\/browsernative.com\/chrome-extensions-update-notifier\/",
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    },
    "manifest_version": 2,
    "name": "Extensions Update Notifier",
    "version": "1.0.0",
    "permissions": [
        "management",
        "notifications",
        "alarms"
    ]
}