Simple Notifications for Facebook

Gives you a red bordred notification even with the social media platform Facebook is pinned.

O que é Simple Notifications for Facebook?

Simple Notifications for Facebook é uma extensão do Chrome desenvolvida por TheMercDeadpool, e sua principal característica é "Gives you a red bordred notification even with the social media platform Facebook is pinned.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Simple Notifications for Facebook

Baixe arquivos de extensão Simple Notifications for Facebook 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

                        *** I had to remove the actual website's name because they had this extension removed for using their name. Sorry for any inconvenience***

Adds red bordered notification around Facebook's icon whenever you have a message or notification.
This will display whether the Facebook tab is pinned or not.

I created this extension because there was no way to see if I got a message or notification because my Facebook tab is always pinned.

You will enjoy this if you are like me and would like an easier way to see the Facebook notifications.

*Please let me know if there are any issues!*

1.2 - Optimization with jQuery
1.3/4 - Updated manifest to make sure it includes all the Facebook URLs
1.7 - Changed words back to Facebook with new understanding of how I can use their name                    

Informações Básicas da Extensão

Nome Simple Notifications for Facebook Simple Notifications for Facebook
ID kanogidkhohnbbkgchnonlhghfmogahm
URL Oficial https://chromewebstore.google.com/detail/simple-notifications-for/kanogidkhohnbbkgchnonlhghfmogahm
Descrição Gives you a red bordred notification even with the social media platform Facebook is pinned.
Tamanho do Arquivo 36.24 KB
Contagem de Instalações 121
Versão Atual 1.7
Última Atualização 2017-11-24
Data de Publicação 2017-11-23
Classificação 4.33/5 Total de 12 Avaliações
Desenvolvedor TheMercDeadpool
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simple Notifications for Facebook",
    "description": "Gives you a red bordred notification even with the social media platform Facebook is pinned.",
    "version": "1.7",
    "author": "Brian Dawson",
    "permissions": [
        "*:\/\/*.facebook.com\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.facebook.com\/*"
            ],
            "js": [
                "js\/jquery.js",
                "js\/facebook.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "icon2.ico"
    ],
    "icons": {
        "16": "icon2.png",
        "48": "icon2.png",
        "128": "icon2.png"
    }
}