RSS-Bridge helper Firefox

Examine source code of RSS-Bridge helper

Inspect and view changes in RSS-Bridge helper source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "description": "Finds feeds or generates RSS-Bridge URLs for the current page. Optional integration with tt-rss.",
  "manifest_version": 2,
  "name": "RSS-Bridge helper",
  "version": "1.2",
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "bridges/youtube.js",
        "bridges/twitter.js",
        "bridges/instagram.js",
        "cs.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": "icon_default.png",
    "default_title": "See feeds for this page",
    "default_popup": "main.html"
  },
  "permissions": [
    "http://*/*",
    "https://*/*",
    "storage",
    "tabs"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "rss-bridge-helper@marks.kitchen",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "128": "icon_128.png"
  }
}

Best RSS-Bridge helper Alternatives

Here are some Firefox add-ons that are similar to RSS-Bridge helper: