Tapas RSS Button Firefox

Examine source code of Tapas RSS Button

By: victal
Inspect and view changes in Tapas RSS Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tapas RSS Button",
  "version": "1.1.0",
  "description": "A webextension that adds an RSS feed button on tapas.io webcomic pages",
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "*://tapas.io/series/*",
        "*://tapas.io/episode/*",
        "*://m.tapas.io/series/*",
        "*://m.tapas.io/episode/*"
      ],
      "js": [
        "src/mutation.js",
        "src/add_rss.js",
        "src/index.js"
      ],
      "css": [
        "css/add_rss.css"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "src/options/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{395c081e-9f3b-4218-9587-bcbfa467c3b6}"
    }
  }
}

Best Tapas RSS Button Alternatives

Here are some Firefox add-ons that are similar to Tapas RSS Button: