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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
    }
}