WebExtension.net
WebExtension.net

RSS Reader Extension (by Inoreader)

View on Chrome Web Store
View RSS Reader Extension (by Inoreader) Chrome Extension on Chrome Web Store
4.5 (380 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

Build your own newsfeed
Type
Extension
Users
50,000 users
Website inoreader.com
Innologica Ltd
View author page of Innologica Ltd
Featured Extension

Hand-picked for quality and usefulness

Published
Published on April 22, 2013
Version 5.2.4
Manifest version
3
Updated
Updated on June 3, 2024
View on Chrome Web Store
View RSS Reader Extension (by Inoreader) Chrome Extension on Chrome Web Store
lifestyle/news
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "5.2.4",
    "author": "Innologica",
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "exclude_matches": [
                "*:\/\/blog.inoreader.com\/*",
                "*:\/\/translate.inoreader.com\/*",
                "*:\/\/status.inoreader.com\/*",
                "*:\/\/test.inoreader.com\/*",
                "*:\/\/support.inoreader.com\/*"
            ],
            "js": [
                "js\/page.js"
            ],
            "matches": [
                "*:\/\/*.inoreader.com\/*"
            ]
        }
    ],
    "description": "Build your own newsfeed",
    "icons": {
        "16": "\/icons\/16_x_16_pixels.png",
        "48": "\/icons\/48_x_48_pixels.png",
        "128": "\/icons\/128_x_128_pixels.png"
    },
    "name": "RSS Reader Extension (by Inoreader)",
    "short_name": "Inoreader",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "activeTab",
        "storage",
        "contextMenus",
        "scripting"
    ],
    "optional_permissions": [
        "tabs"
    ],
    "host_permissions": [
        "*:\/\/*.inoreader.com\/*"
    ],
    "optional_host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*\/*",
            "https:\/\/*\/*"
        ]
    }
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top