RSS Feed Reader

Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds

What is RSS Feed Reader?

RSS Feed Reader is a Chrome extension developed by zuhagames, and its main feature is "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download RSS Feed Reader Extension CRX File

Download RSS Feed Reader 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

                        Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
- Search for Feeds
- Instantaneously notifies when a new RSS feed found in browser
- Bookmark any posts from extension
- Different themes
- Easy to use
- Right click and bookmark the opened website for later
- And more                    

Extension Basic Information

Name RSS Feed Reader RSS Feed Reader
ID cdlhhcmmdobckneongkkmgigcimeibpf
Official URL https://chromewebstore.google.com/detail/rss-feed-reader/cdlhhcmmdobckneongkkmgigcimeibpf
Description Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds
File Size 850 KB
Installation Count 2,287
Current Version 1.0
Last Updated 2015-03-06
Publish Date 2015-03-06
Rating 1.74/5 Total 19 Ratings
Developer zuhagames
Email [email protected]
Payment Type free
Extension Website http://www.zuhapps.com
Privacy Policy Page URL http://www.aadhisoft.com/bomosi_docs/privacypolicy-ikontacts.pdf
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "RSS Feed Reader",
    "description": "Feedo - The best RSS Feed Reader extension for Chrome. A simple and best method for staying informed of your most recent RSS feeds",
    "version": "1.0",
    "background": {
        "scripts": [
            "job.js",
            "includes\/json2.js"
        ]
    },
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "context_scr.js"
            ],
            "css": [
                "job.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "tabs",
        "contextMenus"
    ]
}