Browser Notifier
Notify about Facebook
什么是Browser Notifier?
Browser Notifier是由jdmcreator开发的Chrome扩展程序,该扩展的主要功能是“Notify about Facebook”。
下载Browser Notifier扩展crx文件
下载Browser Notifier扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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...
扩展基本信息
名称 | ![]() |
ID | mbomclkcabiipklfjgkcgnpgijnebojm |
官方URL | https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm |
简介 | Notify about Facebook |
文件大小 | 5.66 KB |
安装次数 | 17 |
当前版本 | 0.8 |
更新时间 | 2013-03-21 |
上架时间 | 2013-03-21 |
开发者 | jdmcreator |
付费类型 | free |
支持的语言 | 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" } ] } |