WebExtension.net
WebExtension.net

Subscribe RSS Feeds in Feedly

View on Chrome Web Store
View Subscribe RSS Feeds in Feedly Chrome Extension on Chrome Web Store
4.6 (85 ratings)

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
View on Chrome Web Store
View Subscribe RSS Feeds in Feedly Chrome Extension on Chrome Web Store
lifestyle/news
Extension Category
Website
Visit developer website

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"
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 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