Extensions Update Notifier

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

ما هو Extensions Update Notifier؟

Extensions Update Notifier هو إضافة Chrome تم تطويرها بواسطة BrowserNative، والميزة الرئيسية لها هي "Get alert when any installed extension updates to a newer version.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Extensions Update Notifier

قم بتنزيل ملفات الامتداد Extensions Update Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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

معلومات أساسية عن التمديد

الاسم Extensions Update Notifier Extensions Update Notifier
ID ieljdjhnmjpelhfnebgademionhpfmpa
عنوان URL الرسمي https://chromewebstore.google.com/detail/extensions-update-notifie/ieljdjhnmjpelhfnebgademionhpfmpa
الوصف Get alert when any installed extension updates to a newer version.
حجم الملف 25.97 KB
عدد التثبيتات 362
النسخة الحالية 1.0.0
آخر تحديث 2020-11-06
تاريخ النشر 2020-11-05
تقييم 5.00/5 مجموع تقييمات 1
المطور BrowserNative
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://browsernative.com/chrome-extensions-update-notifier/
عنوان صفحة المساعدة https://browsernative.com/chrome-extensions-update-notifier/
عنوان صفحة سياسة الخصوصية https://browsernative.com/extensions-privacy-policy
اللغات المدعومة 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"
    ]
}