Avoid Duplicate Downloads

Avoid Duplicate Downloads

Save some space by avoiding duplicate download files! If you are tired of having download(1)(2).pdf in your Downloads folder, look…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Avoid Duplicate Downloads",
  "description": "",
  "version": "0.1",
  "author": "supjohn.com",
  "action": {
    "default_title": "No more abc(1).pdf"
  },
  "permissions": [
    "downloads"
  ],
  "background": {
    "service_worker": "background.js"
  }
}