Extensions Update Notifier
Get alert when any installed extension updates to a newer version.
Apa itu Extensions Update Notifier?
Extensions Update Notifier adalah ekstensi Chrome yang dikembangkan oleh BrowserNative, dan fitur utamanya adalah "Get alert when any installed extension updates to a newer version.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Extensions Update Notifier
Unduh file ekstensi Extensions Update Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
This extension monitors all other installed extensions, and alerts users whenever an extension is updated.
Informasi Dasar Ekstensi
Nama | Extensions Update Notifier |
ID | ieljdjhnmjpelhfnebgademionhpfmpa |
URL Resmi | https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa |
Deskripsi | Get alert when any installed extension updates to a newer version. |
Ukuran File | 25.97 KB |
Jumlah Instalasi | 362 |
Versi Saat Ini | 1.0.0 |
Terakhir Diperbarui | 2020-11-06 |
Tanggal Publikasi | 2020-11-05 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | BrowserNative |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://browsernative.com/chrome-extensions-update-notifier/ |
URL Halaman Bantuan | https://browsernative.com/chrome-extensions-update-notifier/ |
URL Halaman Kebijakan Privasi | https://browsernative.com/extensions-privacy-policy |
Bahasa yang Didukung | 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" ] } |