F-Notifier

Displays your Facebook notifications unread count.

F-Notifier क्या है?

F-Notifier https://arnaudligny.fr द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Displays your Facebook notifications unread count."।

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

screenshot

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

crx प्रारूप में F-Notifier एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        F-Notifier is a browser extension that displays your Facebook notifications unread count.                    

एक्सटेंशन की मूल जानकारी

नाम F-Notifier F-Notifier
ID befpdcighpikpkklmfonkmdafmfnnkfn
आधिकारिक URL https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn
विवरण Displays your Facebook notifications unread count.
फ़ाइल का आकार 28.83 KB
स्थापना संख्या 342
वर्तमान संस्करण 2.8.4
अंतिम अपडेट 2023-12-22
प्रकाशन तिथि 2020-04-29
रेटिंग 2.55/5 कुल 11 रेटिंग्स
डेवलपर https://arnaudligny.fr
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://dev.ligny.org/F-Notifier/
सहायता पृष्ठ URL https://github.com/ArnaudLigny/F-Notifier/issues
समर्थित भाषाएँ en,fr,pl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "2.8.4",
    "description": "__MSG_extDescription__",
    "homepage_url": "https:\/\/dev.ligny.org\/F-Notifier",
    "author": "Arnaud Ligny",
    "manifest_version": 2,
    "minimum_chrome_version": "52",
    "default_locale": "en",
    "icons": {
        "128": "icon-128.png"
    },
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webRequestBlocking",
        "https:\/\/m.facebook.com\/"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "common.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "38": "icon-38.png"
        }
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false,
        "chrome_style": true,
        "browser_style": true
    }
}