F-Notifier

Displays your Facebook notifications unread count.

ما هو F-Notifier؟

F-Notifier هو إضافة Chrome تم تطويرها بواسطة https://arnaudligny.fr، والميزة الرئيسية لها هي "Displays your Facebook notifications unread count.".

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

screenshot

تحميل ملف CRX للإضافة F-Notifier

قم بتنزيل ملفات الامتداد F-Notifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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/
عنوان صفحة المساعدة 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
    }
}