BrowserHistory+ | Manage History By Site

BrowserHistory+ | Manage History By Site

Automatically block or manually remove any browser history by site with one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "BrowserHistory+ | Manage History By Site",
  "description": "Automatically block or manually remove any browser history by site with one click.",
  "version": "1.0.3",
  "author": "Faruk Cepni",
  "manifest_version": 3,
  "offline_enabled": false,
  "permissions": [
    "storage",
    "history"
  ],
  "icons": {
    "16": "assets/material_icon_20.png",
    "32": "assets/material_icon_24.png",
    "40": "assets/material_icon_40.png",
    "48": "assets/material_icon_48.png",
    "96": "assets/material_icon_96.png",
    "128": "assets/material_icon_128.png"
  },
  "action": {
    "default_popup": "views/popup.html"
  },
  "background": {
    "service_worker": "background.js",
    "type": "module"
  }
}