Extensions Update Notifier

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

Extensions Update Notifier क्या है?

Extensions Update Notifier BrowserNative द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get alert when any installed extension updates to a newer version."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Extensions Update Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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/
सहायता पृष्ठ URL https://browsernative.com/chrome-extensions-update-notifier/
गोपनीयता नीति पृष्ठ URL 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"
    ]
}