Examine source code of Delete History & Clear Cookies

Inspect and view changes in Delete History & Clear Cookies 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Delete History & Clear Cookies",
  "version": "1.6",
  "description": "Control Your Privacy Settings! Delete browser history. Clear cookies. Clear passwords and cache. Remove hosted app data. ★★★★★",
  "permissions": [
    "browsingData"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "manifest_version": 2
}