Site History Remover Pro

Professional-grade history removal for websites.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "description": "__MSG_extensionDescription__",
  "page_action": {
    "default_title": "__MSG_extensionName__",
    "default_popup": "history.html",
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "permissions": [
    "activeTab",
    "history",
    "tabs"
  ],
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "version": "1.0",
  "browser_specific_settings": {
    "gecko": {
      "id": "{ebad05a6-9c45-492c-9bad-6e26e5558e6a}"
    }
  }
}