Download Renamer

Download Renamer

Check downloads and replace/remove illegal characters, simple fix for the single quote issue.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Download Renamer",
  "version": "1.2",
  "description": "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.",
  "permissions": [
    "downloads"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistant": false
  },
  "icons": {
    "64": "icon64.png"
  },
  "manifest_version": 2
}