Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
Wat is Extensions Update Notifier?
Extensions Update Notifier is een Chrome-extensie ontwikkeld door BrowserNative, en de belangrijkste functie is "Get alert when any installed extension updates to a newer version.".
Extensie Screenshots
Download het CRX-bestand van de extensie Extensions Update Notifier
Download Extensions Update Notifier-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This extension monitors all other installed extensions, and alerts users whenever an extension is updated. Basisinformatie over de Extensie
| Naam | |
| ID | ieljdjhnmjpelhfnebgademionhpfmpa |
| Officiële URL | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
| Beschrijving | Get alert when any installed extension updates to a newer version. |
| Bestandsgrootte | 25.97 KB |
| Aantal Installaties | 362 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2020-11-06 |
| Publicatiedatum | 2020-11-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | BrowserNative |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://browsernative.com/chrome-extensions-update-notifier/ |
| Help Pagina-URL | https://browsernative.com/chrome-extensions-update-notifier/ |
| URL van de Privacybeleid Pagina | https://browsernative.com/extensions-privacy-policy |
| Ondersteunde Talen | 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"
]
} | |