Browser Notifier

Notify about Facebook

Browser Notifier là gì?

Browser Notifier là một tiện ích mở rộng Chrome được phát triển bởi jdmcreator, và tính năng chính của nó là "Notify about Facebook".

Tải xuống tệp CRX của tiện ích mở rộng Browser Notifier

Tải xuống các tệp mở rộng Browser Notifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Browser Notifier Browser Notifier
ID mbomclkcabiipklfjgkcgnpgijnebojm
URL Chính Thức https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm
Mô tả Notify about Facebook
Kích Thước Tệp 5.66 KB
Số Lần Cài Đặt 17
Phiên Bản Hiện Tại 0.8
Cập Nhật Lần Cuối 2013-03-21
Ngày Phát Hành 2013-03-21
Nhà Phát Triển jdmcreator
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
        }
    ]
}