Hey Ladies

Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.

What is Hey Ladies?

Hey Ladies is a Chrome extension developed by pdebelak, and its main feature is "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.".

Extension Screenshots

screenshot

Download Hey Ladies Extension CRX File

Download Hey Ladies 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

                        Tired of hearing about how "guys" is a gender neutral term. It isn't. Ladies is. This extension gets everyone on the same page by changing guy and guys on each page into lady and ladies.                    

Extension Basic Information

Name Hey Ladies Hey Ladies
ID fpnakfnfggddncdgncbbpmbgbiinpiho
Official URL https://chromewebstore.google.com/detail/hey-ladies/fpnakfnfggddncdgncbbpmbgbiinpiho
Description Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.
File Size 6.29 KB
Installation Count 11
Current Version 0.1.2
Last Updated 2018-08-20
Publish Date 2018-08-19
Rating 5.00/5 Total 2 Ratings
Developer pdebelak
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Hey Ladies",
    "version": "0.1.2",
    "description": "Replaces all instances of guy and guys with the more gender neutral 'ladies' or 'lady'.",
    "icons": [],
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "hey-ladies.js",
                "index.js"
            ]
        }
    ],
    "browser_action": {
        "default_title": "Hey Ladies",
        "default_popup": "popup.html"
    }
}