Quick History Cleaner - Chrome Browsing History Cleaner

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.

Additional files are visible only to premium users

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"
  }
}