Better Feedly

Feedly Cleanup

O que é Better Feedly?

Better Feedly é uma extensão do Chrome desenvolvida por Monteverde, e sua principal característica é "Feedly Cleanup".

Baixar o arquivo CRX da Extensão Better Feedly

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

                        Feedly UI Cleanup

- add items count on page title;
- hide feeds that do not have items to be read;
- hide sharing buttons;
- hide pro bar features;
- hide feeds right sidebar
- full articles uses 100% screen size;                    

Informações Básicas da Extensão

Nome Better Feedly Better Feedly
ID keafhbfghgapjfejeebfmmibecpdflhg
URL Oficial https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg
Descrição Feedly Cleanup
Tamanho do Arquivo 11.48 KB
Contagem de Instalações 59
Versão Atual 0.6.0
Última Atualização 2017-08-07
Data de Publicação 2017-08-07
Classificação 4.38/5 Total de 8 Avaliações
Desenvolvedor Monteverde
Email [email protected]
Tipo de Pagamento free
URL da Página de Ajuda http://lucasmonteverde.com
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Better Feedly",
    "description": "Feedly Cleanup",
    "version": "0.6.0",
    "manifest_version": 2,
    "icons": {
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.feedly.com\/*",
                "*:\/\/feedly.com\/*"
            ],
            "js": [
                "feedly.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_end"
        }
    ]
}