UA Expert Mode+

UA Expert Mode+

Always show all the fare buckets for 'expert mode' on united.com.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "content_scripts": [
    {
      "include_globs": [
        "https://united.com/web/*/apps/booking/flight/searchResult*",
        "https://*.united.com/web/*/apps/booking/flight/searchResult*",
        "http://united.com/web/*/apps/booking/flight/searchResult*",
        "http://*.united.com/web/*/apps/booking/flight/searchResult*",
        "http://united.com/ual/*/*/flight-search/book-a-flight*",
        "https://united.com/ual/*/*/flight-search/book-a-flight*",
        "http://*.united.com/ual/*/*/flight-search/book-a-flight*",
        "https://*.united.com/ual/*/*/flight-search/book-a-flight*",
        "https://beta.united.com/ual/en/us/flight-search/book-a-flight*"
      ],
      "js": [
        "jquery.min.js",
        "ExpertMode.user.js"
      ],
      "matches": [
        "*://united.com/web/*/apps/booking/flight/searchResult*",
        "*://*.united.com/web/*/apps/booking/flight/searchResult*",
        "*://united.com/ual/*/*/flight-search/book-a-flight*",
        "*://*.united.com/ual/*/*/flight-search/book-a-flight*"
      ],
      "run_at": "document_idle"
    }
  ],
  "converted_from_user_script": true,
  "description": "Always show all the fare buckets for 'expert mode' on united.com.",
  "name": "UA Expert Mode+",
  "version": "7.4.0",
  "homepage_url": "http://wandr.me/",
  "short_name": "UA Expert Mode+",
  "web_accessible_resources": [
    "ExpertMode.user.js"
  ],
  "icons": {
    "16": "icon16.jpg",
    "48": "icon48.jpg",
    "128": "icon128.jpg"
  }
}