Extensions Update Notifier

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

Qu'est-ce que Extensions Update Notifier ?

Extensions Update Notifier est une extension Chrome développée par BrowserNative, et sa fonction principale est "Get alert when any installed extension updates to a newer version.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Extensions Update Notifier

Téléchargez les fichiers d'extension Extensions Update Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
URL Officiel https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
Description Get alert when any installed extension updates to a newer version.
Taille du Fichier 25.97 KB
Nombre d'Installations 362
Version Actuelle 1.0.0
Dernière Mise à Jour 2020-11-06
Date de Publication 2020-11-05
Évaluation 5.00/5 Total 1 Évaluations
Développeur BrowserNative
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://browsernative.com/chrome-extensions-update-notifier/
URL de la Page d'Aide https://browsernative.com/chrome-extensions-update-notifier/
URL de la Page de Politique de Confidentialité https://browsernative.com/extensions-privacy-policy
Langues Prises en Charge 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"
    ]
}