Clean Feedly

Clean up annoying Feedly UI clutter.

What is Clean Feedly?

Clean Feedly is a Chrome extension developed by https://floffimedia.de, and its main feature is "Clean up annoying Feedly UI clutter.".

Extension Screenshots

screenshot

Download Clean Feedly Extension CRX File

Download Clean 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

                        This extension will give Feedly a much cleaner look, resembling the old Google Reader style.                    

Extension Basic Information

Name Clean Feedly Clean Feedly
ID afjifanaibbcelmkkobefdliemgofbjg
Official URL https://chromewebstore.google.com/detail/clean-feedly/afjifanaibbcelmkkobefdliemgofbjg
Description Clean up annoying Feedly UI clutter.
File Size 8.24 KB
Installation Count 50
Current Version 1.0.2
Last Updated 2014-06-07
Publish Date 2014-06-07
Rating 5.00/5 Total 1 Ratings
Developer https://floffimedia.de
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Clean Feedly",
    "version": "1.0.2",
    "description": "Clean up annoying Feedly UI clutter.",
    "icons": {
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.feedly.com\/*"
            ],
            "css": [],
            "js": [
                "Clean_Feedly.user.js"
            ]
        }
    ]
}