Messenger Only

Simplifies the html of the Messenger section in Facebook.

O que é Messenger Only?

Messenger Only é uma extensão do Chrome desenvolvida por Anton Petrov (blz777), e sua principal característica é "Simplifies the html of the Messenger section in Facebook.".

Baixar o arquivo CRX da Extensão Messenger Only

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

                        Automatically removes the top blue bar of Facebook when you open the Facebook Messenger section (at facebook.com/messenger). A page refresh might be required.

Source: https://github.com/blz777/messenger_only/                    

Informações Básicas da Extensão

Nome Messenger Only Messenger Only
ID pajmhgafdleolgnobmgphhbihoenekim
URL Oficial https://chrome.google.com/webstore/detail/messenger-only/pajmhgafdleolgnobmgphhbihoenekim
Descrição Simplifies the html of the Messenger section in Facebook.
Tamanho do Arquivo 3.44 KB
Contagem de Instalações 114
Versão Atual 0.20
Última Atualização 2015-03-01
Data de Publicação 2015-03-01
Classificação 4.00/5 Total de 4 Avaliações
Desenvolvedor Anton Petrov (blz777)
Tipo de Pagamento free
Idiomas Suportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Messenger Only",
    "description": "Simplifies the html of the Messenger section in Facebook.",
    "version": "0.20",
    "permissions": [
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "css": [
                "prepare.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "https:\/\/*.facebook.com\/messages\/*"
            ],
            "js": [
                "modifyPageContent.js"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2
}