CommaFeed

CommaFeed browser extension

What is CommaFeed?

CommaFeed is a Chrome extension developed by https://commafeed.com, and its main feature is "CommaFeed browser extension".

Extension Screenshots

screenshot
screenshot

Download CommaFeed Extension CRX File

Download CommaFeed 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

                        CommaFeed is a bloat-free feed reader.

The extension will show an action next to the address bar with the count of your unread articles.
Clicking the button will either:

- show CommaFeed in a popup
- open CommaFeed in a new tab
- open next unread article in a new tab                    

Extension Basic Information

Name CommaFeed CommaFeed
ID bpbfpjiciblcfeganojjkfapnllbhdga
Official URL https://chromewebstore.google.com/detail/commafeed/bpbfpjiciblcfeganojjkfapnllbhdga
Description CommaFeed browser extension
File Size 112 KB
Installation Count 954
Current Version 3.3.2
Last Updated 2023-06-19
Publish Date 2013-05-27
Rating 4.71/5 Total 24 Ratings
Developer https://commafeed.com
Email [email protected]
Payment Type free
Extension Website http://www.commafeed.com
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Athou",
    "description": "CommaFeed browser extension",
    "name": "CommaFeed",
    "version": "3.3.2",
    "content_scripts": [
        {
            "js": [
                "src\/entries\/contentScript\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "icons": {
        "16": "icons\/16.png",
        "19": "icons\/19.png",
        "48": "icons\/48.png",
        "64": "icons\/64.png",
        "128": "icons\/128.png"
    },
    "options_ui": {
        "page": "src\/entries\/options\/index.html",
        "open_in_tab": true
    },
    "action": {
        "default_icon": {
            "16": "icons\/16.png",
            "19": "icons\/19.png",
            "48": "icons\/48.png",
            "64": "icons\/64.png",
            "128": "icons\/128.png"
        },
        "default_popup": "src\/entries\/popup\/index.html"
    },
    "background": {
        "service_worker": "serviceWorker.js",
        "type": "module"
    },
    "permissions": [
        "storage",
        "alarms"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "manifest_version": 3,
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/src\/entries\/contentScript\/main-d7f36a58.js",
                "assets\/options-dc04903d.js",
                "assets\/@react-refresh-1da50a87.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "use_dynamic_url": true
        }
    ]
}