DDG Stats Firefox

Examine source code of DDG Stats

By: krtkush
Inspect and view changes in DDG Stats source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "description": "DDG Stats is a Firefox web extension that adds a Google bang button right next to the Duckduckgo search bar. It also enables the user to view their DDG vs Google bang search stats. With the stats feature you can now be sure you're statistically correct about your DDG usage in your next DDG vs Google argument on Hacker News or Reddit!",
  "name": "DDG Stats",
  "version": "1.0.1",
  "author": "Kartikey Kushwaha",
  "permissions": [
    "storage",
    "webNavigation"
  ],
  "icons": {
    "48": "icons/icon_main.svg",
    "96": "icons/icon_main.svg"
  },
  "browser_action": {
    "default_title": "DDG Stats",
    "default_popup": "popup.html",
    "default_icon": {
      "48": "icons/icon_main.svg",
      "96": "icons/icon_main.svg"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.duckduckgo.com/*"
      ],
      "js": [
        "addButton.js"
      ]
    }
  ],
  "background": {
    "scripts": [
      "pageMonitor.js"
    ]
  }
}

Best DDG Stats Alternatives

Here are some Firefox add-ons that are similar to DDG Stats: