Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{ "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:\/\/*\/*" ] } }