Browser Notifier

Notify about Facebook

Apa itu Browser Notifier?

Browser Notifier adalah ekstensi Chrome yang dikembangkan oleh jdmcreator, dan fitur utamanya adalah "Notify about Facebook".

Unduh Berkas CRX Ekstensi Browser Notifier

Unduh file ekstensi Browser Notifier dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
URL Resmi https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
Deskripsi Notify about Facebook
Ukuran File 5.66 KB
Jumlah Instalasi 17
Versi Saat Ini 0.8
Terakhir Diperbarui 2013-03-21
Tanggal Publikasi 2013-03-21
Pengembang jdmcreator
Tipe Pembayaran free
Bahasa yang Didukung 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"
        }
    ]
}