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,
"name": "Subscribe RSS Feeds in Feedly",
"description": "Subscribe RSS and Atom Feeds in Feedly. Automatically finds feeds on the pages to let you subscribe them in Feedly.",
"version": "1.6.0",
"permissions": [
"activeTab",
"declarativeContent"
],
"background": {
"service_worker": "sw.js"
},
"action": {
"default_icon": "static\/icon-128.png",
"default_title": "Subscribe RSS Feed in Feedly",
"default_popup": "popup\/popup.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content-common.js",
"scripts\/content-start.js"
],
"run_at": "document_start"
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content-common.js",
"scripts\/content-end.js"
]
}
],
"homepage_url": "https:\/\/browsernative.com\/feedly-chrome-extension\/",
"icons": {
"48": "static\/icon-48.png",
"128": "static\/icon-128.png"
}
}