Browser Notifier

Notify about Facebook

Hvad er Browser Notifier?

Browser Notifier er en Chrome-udvidelse udviklet af jdmcreator, og dens hovedfunktion er "Notify about Facebook".

Download Browser Notifier-udvidelses-CRX-fil

Download Browser Notifier-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
Officiel URL https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
Beskrivelse Notify about Facebook
Filstørrelse 5.66 KB
Antal Installationer 17
Nuværende Version 0.8
Senest Opdateret 2013-03-21
Udgivelsesdato 2013-03-21
Udvikler jdmcreator
Betalingsmetode free
Understøttede Sprog 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"
        }
    ]
}