FeedPop: Simple RSS feed reader

Read RSS in a popup window.

What is FeedPop: Simple RSS feed reader?

FeedPop: Simple RSS feed reader is a Chrome extension developed by xiangsongxa, and its main feature is "Read RSS in a popup window.".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download FeedPop: Simple RSS feed reader Extension CRX File

Download FeedPop: Simple RSS feed reader 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

                        A simple way to read RSS feeds.

With this extension, you can subscribe to RSS feeds and read feed articles all in a popup window.

Features:
● Show content of article
● Go back to last article
● Switch to dark theme
● All data stored locally
● Open source everything

Changelog: 
https://github.com/xs9627/feedpop/blob/master/CHANGELOG.md                    

Extension Basic Information

Name FeedPop: Simple RSS feed reader FeedPop: Simple RSS feed reader
ID nleicnolldoamnpiekcpifpimpolkelo
Official URL https://chromewebstore.google.com/detail/feedpop-simple-rss-feed-r/nleicnolldoamnpiekcpifpimpolkelo
Description Read RSS in a popup window.
File Size 949 KB
Installation Count 660
Current Version 1.2.7
Last Updated 2021-06-19
Publish Date 2020-06-30
Rating 4.21/5 Total 24 Ratings
Developer xiangsongxa
Email [email protected]
Payment Type free
Supported Languages en,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "FeedPop",
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAv1G8iD7KhFn5MxzpeQ76Agu95sKE7b4TnqqpamrAxLESzI+WCnt1HtPsAJ3bjZAryqJtJwfvS6INaB\/ZgkkK+hIJNEyGQHRvNIWhlkst4M5tk6m97Ugf6RBHkbHuG97wd2vCFmxu2d+w\/8nx5PGe5TQ3N6doyLdFqxiWpzjDI6yo5\/p3fjGZTT0cofCxF4DJH2a4FicRPcjXMrBZmUXz+XSQiqUFdQk3LQB67i31jecUGqiS1Na7Ar38CZRyke8x4y4L4j5kLJ85koM+CdiFHXPSOD0XPYiTRHle07PZ0ZhH8848\/zIcAaOa+AqarrxRk1NH2+ABCWdV8Odmm5ckUQIDAQAB",
    "permissions": [
        "storage",
        "unlimitedStorage",
        "alarms",
        "",
        "contextMenus",
        "downloads",
        "notifications"
    ],
    "background": {
        "scripts": [
            "\/static\/js\/background.eb00e96f.chunk.js",
            "\/static\/js\/runtime.be7562de.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html",
        "default_title": "FeedPop"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "version": "1.2.7"
}