Get RSS Feed URL Firefox

Examine source code of Get RSS Feed URL

By: Petr
Inspect and view changes in Get RSS Feed URL source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Get RSS Feed URL",
  "description": "Retreive RSS feeds URLs from WebSite",
  "version": "2.2",
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "js": [
        "functions.js"
      ]
    }
  ],
  "homepage_url": "https://github.com/shevabam/get-rss-feed-url-extension",
  "permissions": [
    "http://*/*",
    "https://*/*",
    "notifications"
  ],
  "browser_action": {
    "default_icon": "img/icon_default.png",
    "default_popup": "popup.html",
    "default_title": "Click to view RSS feeds for this page"
  },
  "icons": {
    "128": "img/icon_128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{15bdb1ce-fa9d-4a00-b859-66c214263ac0}"
    }
  }
}

Best Get RSS Feed URL Alternatives

Here are some Firefox add-ons that are similar to Get RSS Feed URL: