Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
O que é Extensions Update Notifier?
Extensions Update Notifier é uma extensão do Chrome desenvolvida por BrowserNative, e sua principal característica é "Get alert when any installed extension updates to a newer version.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Extensions Update Notifier
Baixe arquivos de extensão Extensions Update Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
This extension monitors all other installed extensions, and alerts users whenever an extension is updated.
Informações Básicas da Extensão
Nome | Extensions Update Notifier |
ID | ieljdjhnmjpelhfnebgademionhpfmpa |
URL Oficial | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
Descrição | Get alert when any installed extension updates to a newer version. |
Tamanho do Arquivo | 25.97 KB |
Contagem de Instalações | 362 |
Versão Atual | 1.0.0 |
Última Atualização | 2020-11-06 |
Data de Publicação | 2020-11-05 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | BrowserNative |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://browsernative.com/chrome-extensions-update-notifier/ |
URL da Página de Ajuda | https://browsernative.com/chrome-extensions-update-notifier/ |
URL da Página de Política de Privacidade | https://browsernative.com/extensions-privacy-policy |
Idiomas Suportados | 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" ] } |