Download Renamer

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

What is Download Renamer?

Download Renamer is a Chrome extension developed by Michael, and its main feature is "Check downloads and replace/remove illegal characters, simple fix for the single quote issue.".

Extension Screenshots

screenshot

Download Download Renamer Extension CRX File

Download Download Renamer extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        This extension checks the filename of downloads, when it contains illegal characters they will be removed. Spaces will be replaced with underscores. This extension can be used as simple fix for the single quote (') problem.                    

Extension Basic Information

Name Download Renamer Download Renamer
ID bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Official URL https://chromewebstore.google.com/detail/download-renamer/bhgbjidhkpomdgkkgepcfdjcfjpdjcej
Description Check downloads and replace/remove illegal characters, simple fix for the single quote issue.
File Size 7.94 KB
Installation Count 30
Current Version 1.2
Last Updated 2019-02-21
Publish Date 2019-02-21
Rating 5.00/5 Total 1 Ratings
Developer Michael
Payment Type free
Supported Languages en-US
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
}