Whitespace Remover

Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.

What is Whitespace Remover?

Whitespace Remover is a Chrome extension developed by pnwcoder, and its main feature is "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.".

Extension Screenshots

screenshot
screenshot

Download Whitespace Remover Extension CRX File

Download Whitespace Remover 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

                        Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.                    

Extension Basic Information

Name Whitespace Remover Whitespace Remover
ID olfkbekaejmpdecdidepmhgjgcgnimad
Official URL https://chromewebstore.google.com/detail/whitespace-remover/olfkbekaejmpdecdidepmhgjgcgnimad
Description Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.
File Size 5.99 KB
Installation Count 36
Current Version 1.0
Last Updated 2023-06-11
Publish Date 2023-06-11
Developer pnwcoder
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Whitespace Remover",
    "version": "1.0",
    "description": "Utilize this tool to remove whitespaces and new lines to allow you to enter more text into your ChatGPT prompts.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "permissions": [
        "clipboardWrite"
    ]
}