Select Expander

Select Expander

Introducing Select Expander, a powerful Firefox addon designed to enhance your browsing experience. This innovative tool transforms the way you interact with dropdown menus, offering expanded functionality and increased efficiency.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Select Expander",
  "version": "1.0",
  "permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]"
    }
  }
}