Comments Filter for Facebook

Simplifies search of comments.

O que é Comments Filter for Facebook?

Comments Filter for Facebook é uma extensão do Chrome desenvolvida por yakushinanton, e sua principal característica é "Simplifies search of comments.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Comments Filter for Facebook

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

                        Have you ever wanted to quickly find comments of your friends or any other person you follow among dozens of other comments left for a post? This extension should greatly simplify this.

Features:
- Quickly filter by authors of posts, people who "commented on this".
- Automatically search in "Previous comments" for people you selected.
- Show all users participated in discussion with ability to add them to the filter. (Currently it's for visible comments only).
- Search by user name.
- Remove already selected users from the filter.
- Quickly add people who were mentioned in comments to the filter.

PS.
New features are coming, just let me know if you're interested in this extension.
Any suggestions are welcome!                    

Informações Básicas da Extensão

Nome Comments Filter for Facebook Comments Filter for Facebook
ID koenbdeandmlibikbcpbkohhcdjgddig
URL Oficial https://chromewebstore.google.com/detail/comments-filter-for-faceb/koenbdeandmlibikbcpbkohhcdjgddig
Descrição Simplifies search of comments.
Tamanho do Arquivo 42.4 KB
Contagem de Instalações 221
Versão Atual 1.0.1
Última Atualização 2014-10-27
Data de Publicação 2014-10-27
Classificação 3.25/5 Total de 8 Avaliações
Desenvolvedor yakushinanton
Tipo de Pagamento free
URL da Página de Ajuda https://github.com/antonCPU/facebook-comments-filter
Idiomas Suportados en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_desc__",
    "version": "1.0.1",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.facebook.com\/*"
            ],
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "comment.png"
    ]
}