Follow Feed | Feedly

Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.

What is Follow Feed | Feedly?

Follow Feed | Feedly is a Chrome extension developed by https://feedly.com, and its main feature is "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.".

Extension Screenshots

screenshot
screenshot

Download Follow Feed | Feedly Extension CRX File

Download Follow Feed | 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

                        The Web is an ocean of knowledge and inspiration. This extension allows you to quickly add the blogs, news sites and Youtube channels you want to keep up with to your Feedly.

When you click on the Follow Feed icon, the Feedly extension will find the RSS feed for the page you are reading and allow you to open it in Feedly so that you can easily preview it and add it to one of your feeds if you like the content.

If you have any questions, you can reach us at [email protected]

Happy reading!                    

Extension Basic Information

Name Follow Feed | Feedly Follow Feed | Feedly
ID ccmkbgknapokcjabmiaimipiepgpgbco
Official URL https://chromewebstore.google.com/detail/follow-feed-feedly/ccmkbgknapokcjabmiaimipiepgpgbco
Description Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.
File Size 1.56 MB
Installation Count 13,023
Current Version 4.0.1
Last Updated 2019-04-12
Publish Date 2019-04-12
Rating 3.49/5 Total 55 Ratings
Developer https://feedly.com
Email [email protected]
Payment Type free
Extension Website https://feedly.com
Help Page URL https://plus.google.com/communities/113648582731838175643
Privacy Policy Page URL https://feedly.com/i/legal/privacy
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Follow Feed | Feedly",
    "description": "Found a source your like? This extension allows you to find the RSS for that source and quickly add it to one of your Feedly feeds.",
    "author": "Feedly",
    "version": "4.0.1",
    "manifest_version": 2,
    "icons": {
        "16": "16x16.png",
        "48": "48x48.png",
        "128": "128x128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "19x19.png",
            "38": "[email protected]"
        },
        "default_title": "Follow this feed | Feedly",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject-bundle.js"
            ]
        }
    ],
    "permissions": [
        "activeTab",
        "cookies",
        "*:\/\/feedly.com\/"
    ],
    "web_accessible_resources": [
        "128x128.png"
    ]
}