Quick History Cleaner - Chrome Browsing History Cleaner

Easily clean your Chrome history with Quick History Cleaner. One-click is all it takes to clean your entire browsing history.
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",
  "manifest_version": 3,
  "name": "Quick History Cleaner - Chrome Browsing History Cleaner",
  "version": "2.0",
  "description": "Easily clean your Chrome history with Quick History Cleaner. One-click is all it takes to clean your entire browsing history.",
  "permissions": [
    "history"
  ],
  "action": {
    "default_icon": {
      "16": "quick-history-cleaner-16.png",
      "48": "quick-history-cleaner-48.png",
      "128": "quick-history-cleaner-128.png"
    },
    "default_popup": "popup.html",
    "default_title": "Quick History Cleaner - One Click Chrome Browsing History Cleaner"
  },
  "icons": {
    "64": "quick-history-cleaner-64.png"
  }
}