Browser Notifier

Notify about Facebook

Qu'est-ce que Browser Notifier ?

Browser Notifier est une extension Chrome développée par jdmcreator, et sa fonction principale est "Notify about Facebook".

Télécharger le fichier CRX de l'extension Browser Notifier

Téléchargez les fichiers d'extension Browser Notifier au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        This extension shows a desktop notification when you get a Facebook notification.

* SUPER EASY : only send you notifications if Facebook is opened in one tab
* FREE and WITHOUT ADS
* NO PASSWORDS/INFORMATIONS NEEDED
* NO PASSWORDS/INFORMATIONS COLLECTED
* SUPPORT FRENCH

Will support other website soon, including Outlook, Yahoo, Twitter, Youtube, Omegle, ...

May support APIs and external installs one day...                    

Informations de Base sur l'Extension

Nom Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
URL Officiel https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
Description Notify about Facebook
Taille du Fichier 5.66 KB
Nombre d'Installations 17
Version Actuelle 0.8
Dernière Mise à Jour 2013-03-21
Date de Publication 2013-03-21
Développeur jdmcreator
Type de Paiement free
Langues Prises en Charge en
manifest.json
{
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Browser Notifier",
    "version": "0.8",
    "manifest_version": 2,
    "permissions": [
        "notifications"
    ],
    "description": "Notify about Facebook",
    "background": {
        "page": "index.html"
    },
    "web_accessible_resources": [
        "fb.gif"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.facebook.com\/*",
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "facebook.js"
            ],
            "run_at": "document_end"
        }
    ]
}