History Cleaner by Tags

History Cleaner by Tags

History Cleaner Extension to remove History entries by Tags

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_APP_NAME__",
  "description": "__MSG_APP_DESCRIPTION__",
  "version": "2.1.0",
  "manifest_version": 3,
  "default_locale": "en",
  "icons": {
    "128": "icons/128.png"
  },
  "action": {
    "default_title": "__MSG_APP_NAME__",
    "default_popup": "src/popup.html"
  },
  "permissions": [
    "history"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "110.0"
    }
  }
}