Examine source code of whoru

Inspect and view changes in whoru source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "description": "intercept webrequest for WHOIS",
  "manifest_version": 2,
  "name": "whoru",
  "version": "1.2",
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "https://www.google.com/search?client=*"
  ],
  "background": {
    "scripts": [
      "whoisAddressBarInterpreter.js"
    ]
  }
}