FaceBreak

FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…

O que é FaceBreak?

FaceBreak é uma extensão do Chrome desenvolvida por jeffrey.bigham, e sua principal característica é "FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…".

Baixar o arquivo CRX da Extensão FaceBreak

Baixe arquivos de extensão FaceBreak 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

                        FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your social media. When a notification is received, it is detected, and all of your notifications are marked as read. It also blocks the notification pop-up box and the new comment pop-up boxes on Facebook.                    

Informações Básicas da Extensão

Nome FaceBreak FaceBreak
ID fdphkfldjijelocnnhhiocikdlokongk
URL Oficial https://chromewebstore.google.com/detail/facebreak/fdphkfldjijelocnnhhiocikdlokongk
Descrição FaceBreak breaks notifications on Facebook, including those you cannot otherwise turn off, so you can take back control of your…
Tamanho do Arquivo 36.97 KB
Contagem de Instalações 38
Versão Atual 0.0.2
Última Atualização 2017-03-22
Data de Publicação 2017-03-22
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor jeffrey.bigham
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://www.facebreak.me
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FaceBreak",
    "minimum_chrome_version": "24.0.1307.0",
    "version": "0.0.2",
    "homepage_url": "http:\/\/facebreak.me",
    "icons": {
        "16": "icon_16.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/*"
            ],
            "js": [
                "scripts\/facebreak.js"
            ],
            "run_at": "document_idle"
        }
    ]
}