ES Firefox

Examine source code of ES

By: Harbys
Inspect and view changes in ES source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "ES",
  "version": "1.1.3",
  "description": "Adds lacking functionality",
  "icons": {
    "64": "icons/es.png"
  },
  "web_accessible_resources": [
    "images/google.png",
    "images/ddgo.svg"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://duckduckgo.com/?*"
      ],
      "js": [
        "js/ddgo_to_google.js"
      ],
      "css": [
        "css/ddgo.css"
      ]
    },
    {
      "matches": [
        "*://www.google.com/search*"
      ],
      "js": [
        "js/google_to_ddgo.js"
      ],
      "css": [
        "css/google.css"
      ]
    }
  ]
}

Best ES Alternatives

Here are some Firefox add-ons that are similar to ES: