Feeds Pub

An RSS aggregator and network

What is Feeds Pub?

Feeds Pub is a Chrome extension developed by https://feeds.pub, and its main feature is "An RSS aggregator and network".

Extension Screenshots

screenshot
screenshot

Download Feeds Pub Extension CRX File

Download Feeds Pub 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

                        This extension shows how many unread contents you have on Feeds Pub, so you don't have to open the  website and check                    

Extension Basic Information

Name Feeds Pub Feeds Pub
ID pallehogfdjngkmogmijfllooflflaof
Official URL https://chromewebstore.google.com/detail/feeds-pub/pallehogfdjngkmogmijfllooflflaof
Description An RSS aggregator and network
File Size 234 KB
Installation Count 232
Current Version 1.4
Last Updated 2020-07-06
Publish Date 2020-05-06
Rating 5.00/5 Total 1 Ratings
Developer https://feeds.pub
Email [email protected]
Payment Type free
Extension Website https://feeds.pub
Help Page URL https://github.com/feedspub/feedspub-feedback/issues
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "author": "timqian",
    "homepage_url": "https:\/\/feeds.pub",
    "name": "Feeds Pub",
    "description": "An RSS aggregator and network",
    "version": "1.4",
    "icons": {
        "128": "assets\/icon.png"
    },
    "browser_action": {
        "default_icon": "assets\/icon.png"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs",
        "notifications",
        "background",
        "alarms"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    }
}