OneFeed

OneFeed - The Fastest News Reader

What is OneFeed?

OneFeed is a Chrome extension developed by hlandao, and its main feature is "OneFeed - The Fastest News Reader".

Extension Screenshots

screenshot
screenshot

Download OneFeed Extension CRX File

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

                        OneFeed is the fastest news reader for Chrome. Get connected with all your favorite news sources, filter interesting articles for reading later and get to inbox-zero in your reading list.                    

Extension Basic Information

Name OneFeed OneFeed
ID dinnaiplmaghbclpgcpdkkmmfjojkpdd
Official URL https://chromewebstore.google.com/detail/onefeed/dinnaiplmaghbclpgcpdkkmmfjojkpdd
Description OneFeed - The Fastest News Reader
File Size 1.01 MB
Installation Count 14
Current Version 0.0.5
Last Updated 2020-05-20
Publish Date 2020-05-20
Developer hlandao
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "OneFeed",
    "author": "hlandao",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "description": "OneFeed - The Fastest News Reader",
    "version": "0.0.5",
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    },
    "background": {
        "scripts": [
            "js\/eventPage.js"
        ],
        "persistent": false
    },
    "permissions": [
        "unlimitedStorage",
        "https:\/\/onefeed.now.sh\/*",
        "storage",
        "alarms"
    ]
}