DuckDuckGo Enhancer Firefox

Examine source code of DuckDuckGo Enhancer

Inspect and view changes in DuckDuckGo Enhancer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "DuckDuckGo Enhancer",
  "version": "1.4",
  "description": "DuckItUp integrates search google button and movie rating system. Open-Source",
  "short_name": "DuckItUp",
  "author": "Sayak Sen",
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://duckduckgo.com/*",
        "https://safe.duckduckgo.com/*"
      ],
      "run_at": "document_idle",
      "js": [
        "script.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "https://www.omdbapi.com/"
  ]
}

Best DuckDuckGo Enhancer Alternatives

Here are some Firefox add-ons that are similar to DuckDuckGo Enhancer: