Feedgrab: A modern FREE RSS reader Firefox

Examine source code of Feedgrab: A modern FREE RSS reader

Inspect and view changes in Feedgrab: A modern FREE RSS reader source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Feedgrab: A modern FREE RSS reader",
  "version": "1.0.1",
  "description": "Discover RSS feeds and save them to your Feedgrab account in one click",
  "permissions": [
    "tabs",
    "webRequest",
    "webRequestBlocking",
    "storage",
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/icon16.png",
      "32": "images/icon32.png",
      "48": "images/icon48.png",
      "128": "images/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "scripts/content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{3bb870af-1e43-4e49-bc2d-c8beaeb3b683}"
    }
  }
}

Best Feedgrab: A modern FREE RSS reader Alternatives

Here are some Firefox add-ons that are similar to Feedgrab: A modern FREE RSS reader: