F-Notifier

Displays your Facebook notifications unread count.

Vad är F-Notifier?

F-Notifier är en Chrome-tillägg utvecklad av https://arnaudligny.fr, och dess huvudfunktion är "Displays your Facebook notifications unread count.".

Tilläggsskärmbilder

screenshot

Ladda ner F-Notifier-förlängningens CRX-fil

Ladda ner F-Notifier-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn F-Notifier F-Notifier
ID befpdcighpikpkklmfonkmdafmfnnkfn
Officiell webbadress https://chromewebstore.google.com/detail/f-notifier/befpdcighpikpkklmfonkmdafmfnnkfn
Beskrivning Displays your Facebook notifications unread count.
Filstorlek 28.83 KB
Antal Installationer 342
Aktuell Version 2.8.4
Senast Uppdaterad 2023-12-22
Publiceringsdatum 2020-04-29
Betyg 2.55/5 Totalt 11 Betyg
Utvecklare https://arnaudligny.fr
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://dev.ligny.org/F-Notifier/
Hjälpsida URL https://github.com/ArnaudLigny/F-Notifier/issues
Stödda Språk 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
    }
}