WebExtension.net
WebExtension.net
Toggle dark mode
WebExtension.net
WebExtension.net
RSS Subscription Extension (by Google)

RSS Subscription Extension (by Google)

View on Chrome Web Store
View RSS Subscription Extension (by Google) Chrome Extension on Chrome Web Store
Add to bookmarks
4.0 (3,461 ratings)
1 new ratings
37 views
This extension has been viewed 37 times

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

Adds one-click subscription to your toolbar.
Type
Extension
Users
500,000 users
100K
rss-****************************************
View author page of rss-****************************************
Featured Extension

Hand-picked for quality and usefulness

Published
Published on September 4, 2009
Version 2.2.9
Manifest version
3
Updated
Updated on July 4, 2024
lifestyle/news
Extension Category
View on Chrome Web Store
View RSS Subscription Extension (by Google) 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",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "js": [
                "sniff_common.js",
                "doc_start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        },
        {
            "js": [
                "sniff_common.js",
                "feed_finder.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_rss_subscription_description__",
    "icons": {
        "128": "feed-icon-128x128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_rss_subscription_name__",
    "options_page": "options.html",
    "action": {
        "default_icon": "feed-icon-16x16-disabled.png",
        "default_popup": "popup.html",
        "default_title": "__MSG_rss_subscription_default_title__"
    },
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.2.9"
}
© 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