Browser Notifier
Notify about Facebook
O que é Browser Notifier?
Browser Notifier é uma extensão do Chrome desenvolvida por jdmcreator, e sua principal característica é "Notify about Facebook".
Baixar o arquivo CRX da Extensão Browser Notifier
Baixe arquivos de extensão Browser Notifier no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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...
Informações Básicas da Extensão
Nome | ![]() |
ID | mbomclkcabiipklfjgkcgnpgijnebojm |
URL Oficial | https://chrome.google.com/webstore/detail/browser-notifier/mbomclkcabiipklfjgkcgnpgijnebojm |
Descrição | Notify about Facebook |
Tamanho do Arquivo | 5.66 KB |
Contagem de Instalações | 17 |
Versão Atual | 0.8 |
Última Atualização | 2013-03-21 |
Data de Publicação | 2013-03-21 |
Desenvolvedor | jdmcreator |
Tipo de Pagamento | free |
Idiomas Suportados | 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" } ] } |