Deadname Remover

An easy to use Google Chrome plugin to automatically remove and replace deadnames

What is Deadname Remover?

Deadname Remover is a Chrome extension developed by Ari Gibson, and its main feature is "An easy to use Google Chrome plugin to automatically remove and replace deadnames".

Extension Screenshots

screenshot

Download Deadname Remover Extension CRX File

Download Deadname 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

                        Once installed, a page should open where you can edit your name and deadname settings. 

To edit this later or to temporarily disable the plugin, click on the trans flag in the top right corner of your browser.                    

Extension Basic Information

Name Deadname Remover Deadname Remover
ID cceilgmnkeijahkehfcgfalepihfbcag
Official URL https://chromewebstore.google.com/detail/deadname-remover/cceilgmnkeijahkehfcgfalepihfbcag
Description An easy to use Google Chrome plugin to automatically remove and replace deadnames
File Size 31.7 KB
Installation Count 38,733
Current Version 1.2.3
Last Updated 2022-12-13
Publish Date 2020-04-11
Rating 4.56/5 Total 369 Ratings
Developer Ari Gibson
Email [email protected]
Payment Type free
Extension Website https://github.com/arimgibson/Deadname-Remover
Help Page URL https://github.com/arimgibson/Deadname-Remover
Supported Languages en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Deadname Remover",
    "version": "1.2.3",
    "manifest_version": 2,
    "description": "An easy to use Google Chrome plugin to automatically remove and replace deadnames",
    "homepage_url": "https:\/\/github.com\/WillHayCode\/Deadname-Remover",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "options_ui": {
        "open_in_tab": true,
        "page": "popup\/options.html"
    },
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Deadname Remover Options",
        "default_popup": "popup\/popup.html"
    },
    "permissions": [
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "match_about_blank": true
        }
    ],
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]",
            "strict_min_version": "57.0"
        }
    }
}