Better Feedly

Feedly Cleanup

What is Better Feedly?

Better Feedly is a Chrome extension developed by Monteverde, and its main feature is "Feedly Cleanup".

Download Better Feedly Extension CRX File

Download Better Feedly extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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;                    

Extension Basic Information

Name Better Feedly Better Feedly
ID keafhbfghgapjfejeebfmmibecpdflhg
Official URL https://chrome.google.com/webstore/detail/better-feedly/keafhbfghgapjfejeebfmmibecpdflhg
Description Feedly Cleanup
File Size 11.48 KB
Installation Count 59
Current Version 0.6.0
Last Updated 2017-08-07
Publish Date 2017-08-07
Rating 4.38/5 Total 8 Ratings
Developer Monteverde
Email [email protected]
Payment Type free
Help Page URL http://lucasmonteverde.com
Supported Languages 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"
        }
    ]
}