WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
Subscribe RSS Feeds in Feedly

Subscribe RSS Feeds in Feedly

View on Chrome Web Store
View Subscribe RSS Feeds in Feedly Chrome Extension on Chrome Web Store
Add to bookmarks
4.5 (85 ratings)
1 new ratings
10 views
This extension has been viewed 10 times
0 downloads
This extension has been downloaded 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Subscribe RSS and Atom Feeds in Feedly. Automatically finds feeds on the pages to let you subscribe them in Feedly.
Type
Extension
Users
10,000 users
BrowserNative
View author page of BrowserNative
Featured Extension

Hand-picked for quality and usefulness

Published
Published on July 23, 2013
Version 1.5
Manifest version
3
Updated
Updated on June 24, 2024
lifestyle/news
Extension Category
Website
Visit developer website
View on Chrome Web Store
View Subscribe RSS Feeds in Feedly Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Subscribe RSS Feeds in Feedly",
    "description": "Subscribe RSS and Atom Feeds in Feedly. Automatically finds feeds on the pages to let you subscribe them in Feedly.",
    "version": "1.5",
    "permissions": [
        "activeTab",
        "declarativeContent",
        "storage"
    ],
    "background": {
        "service_worker": "sw.js"
    },
    "action": {
        "default_icon": "static\/icon-128.png",
        "default_title": "Subscribe RSS Feed in Feedly",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content-common.js",
                "scripts\/content-start.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/content-common.js",
                "scripts\/content-end.js"
            ]
        }
    ],
    "homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
    "icons": {
        "48": "static\/icon-48.png",
        "128": "static\/icon-128.png"
    }
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top