WebExtension.net
WebExtension.net

RSS Feed Reader

View on Chrome Web Store
View RSS Feed Reader Chrome Extension on Chrome Web Store
4.4 (7,076 ratings)

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

Get a simple overview of your RSS and Atom feeds in the toolbar
Type
Extension
Users
500,000 users
Website feeder.co
Feeder
View author page of Feeder
Featured Extension

Hand-picked for quality and usefulness

Published
Published on August 30, 2010
Version 8.0.17
Manifest version
3
Updated
Updated on November 15, 2024
View on Chrome Web Store
View RSS Feed Reader 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",
    "name": "RSS Feed Reader",
    "short_name": "feeder",
    "version": "8.0.17",
    "manifest_version": 3,
    "default_locale": "en",
    "description": "Get a simple overview of your RSS and Atom feeds in the toolbar",
    "icons": {
        "19": "extension-icons\/icon-retina.png",
        "48": "extension-icons\/icon48x48.png",
        "128": "extension-icons\/icon128x128.png"
    },
    "action": {
        "default_icon": "extension-icons\/icon-retina.png",
        "default_popup": "reader\/index.html?in_extension_popup=true"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_end",
            "js": [
                "content\/page_plugin.js"
            ]
        },
        {
            "matches": [
                "http:\/\/feeder.co\/*",
                "http:\/\/*.feeder.co\/*",
                "https:\/\/feeder.co\/*",
                "https:\/\/*.feeder.co\/*",
                "https:\/\/feederstaging.com\/*",
                "https:\/\/*.feederstaging.com\/*",
                "http:\/\/feederstaging.com\/*",
                "http:\/\/*.feederstaging.com\/*",
                "http:\/\/feederdev.com\/*",
                "http:\/\/*.feederdev.com\/*"
            ],
            "run_at": "document_start",
            "js": [
                "feeder_api.js"
            ]
        }
    ],
    "background": {
        "service_worker": "mv3.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "extension-icons\/icon48x48.png",
                "extension-icons\/bar-buttons-good_2x.png",
                "extension-icons\/icon-retina.png",
                "extension-icons\/[email protected]"
            ],
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ]
        }
    ],
    "options_page": "settings_redirect.html",
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "default": "Ctrl+Shift+R",
                "linux": "Ctrl+Shift+R",
                "windows": "Ctrl+Shift+R",
                "mac": "Alt+Shift+R"
            }
        }
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "permissions": [
        "tabs",
        "chrome:\/\/favicon\/",
        "storage",
        "scripting",
        "notifications",
        "declarativeNetRequest",
        "unlimitedStorage",
        "contextMenus",
        "alarms",
        "offscreen"
    ]
}
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