Extensions Update Notifier

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

What is Extensions Update Notifier?

Extensions Update Notifier is a Chrome extension developed by BrowserNative, and its main feature is "Get alert when any installed extension updates to a newer version.".

Extension Screenshots

screenshot

Download Extensions Update Notifier Extension CRX File

Download Extensions Update Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
Official URL https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
Description Get alert when any installed extension updates to a newer version.
File Size 25.97 KB
Installation Count 362
Current Version 1.0.0
Last Updated 2020-11-06
Publish Date 2020-11-05
Rating 5.00/5 Total 1 Ratings
Developer BrowserNative
Email [email protected]
Payment Type free
Extension Website https://browsernative.com/chrome-extensions-update-notifier/
Help Page URL https://browsernative.com/chrome-extensions-update-notifier/
Privacy Policy Page URL https://browsernative.com/extensions-privacy-policy
Supported Languages 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"
    ]
}