Browser Notifier

Notify about Facebook

What is Browser Notifier?

Browser Notifier is a Chrome extension developed by jdmcreator, and its main feature is "Notify about Facebook".

Download Browser Notifier Extension CRX File

Download Browser Notifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
Official URL https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
Description Notify about Facebook
File Size 5.66 KB
Installation Count 17
Current Version 0.8
Last Updated 2013-03-21
Publish Date 2013-03-21
Developer jdmcreator
Payment Type free
Supported Languages 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"
        }
    ]
}