Booking.com enhanced filters Firefox

Examine source code of Booking.com enhanced filters

Inspect and view changes in Booking.com enhanced filters source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Booking.com enhanced filters",
  "description": "Show total price (base + taxes) and filter by total price and review count on booking.com.",
  "version": "1.0.4",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      },
      "id": "{d308cb80-92cc-4000-8d1c-1e44135f0793}"
    }
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.booking.com/searchresults.html*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ]
}

Best Booking.com enhanced filters Alternatives

Here are some Firefox add-ons that are similar to Booking.com enhanced filters: