Prefix Remover

Prefix Remover

This extension removes the prefix from downloads, for example y2mate

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Prefix Remover",
  "description": "This extension removes the prefix from downloads, for example y2mate",
  "version": "1.0",
  "permissions": [
    "downloads"
  ],
  "action": {
    "default_popup": "remover.html",
    "default_icon": "scissor.png"
  },
  "background": {
    "service_worker": "scripts/downloadwatcher.js"
  }
}