Instant Feed

Enjoy subscribing your favorite websites

What is Instant Feed?

Instant Feed is a Chrome extension developed by Developer, and its main feature is "Enjoy subscribing your favorite websites".

Extension Screenshots

screenshot
screenshot
screenshot

Download Instant Feed Extension CRX File

Download Instant Feed 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 and fast extension to read RSS feeds
Instant feed features:
-Instant read mode read articles faster without visiting the website
-RTL support (read RSS feeds of right to left language websites)
-Responsive design (available on all screen sizes)
-Different themes
-Powerful search , search RSS channels by website address , RSS URL or keyword
-Drag and drop address of any website to add it to RSS channels
-No advertisements
-Available on Chrome and Firefox                    

Extension Basic Information

Name Instant Feed Instant Feed
ID eaejoajdgejmgaockdppfjfeodhkanig
Official URL https://chromewebstore.google.com/detail/instant-feed/eaejoajdgejmgaockdppfjfeodhkanig
Description Enjoy subscribing your favorite websites
File Size 414 KB
Installation Count 148
Current Version 1.0
Last Updated 2018-11-19
Publish Date 2018-11-14
Developer Developer
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Instant Feed",
    "version": "1.0",
    "author": "addonDeveloper",
    "description": "Enjoy subscribing your favorite websites",
    "icons": {
        "48": "\/img\/icon48.png",
        "96": "\/img\/icon96.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "browser_action": {
        "default_title": "Instant Feed",
        "default_icon": {
            "16": "\/img\/icon16.png",
            "20": "\/img\/icon20.png",
            "32": "\/img\/icon32.png",
            "64": "\/img\/icon64.png"
        }
    },
    "background": {
        "scripts": [
            "bg.js"
        ],
        "persistent": true
    }
}