Extensions Update Notifier

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

Extensions Update Notifier là gì?

Extensions Update Notifier là một tiện ích mở rộng Chrome được phát triển bởi BrowserNative, và tính năng chính của nó là "Get alert when any installed extension updates to a newer version.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Extensions Update Notifier

Tải xuống các tệp mở rộng Extensions Update Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
URL Chính Thức https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
Mô tả Get alert when any installed extension updates to a newer version.
Kích Thước Tệp 25.97 KB
Số Lần Cài Đặt 362
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2020-11-06
Ngày Phát Hành 2020-11-05
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển BrowserNative
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://browsernative.com/chrome-extensions-update-notifier/
URL Trang Trợ Giúp https://browsernative.com/chrome-extensions-update-notifier/
URL Trang Chính Sách Bảo Mật https://browsernative.com/extensions-privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}