Genderbender

Gender bend any sites's text

What is Genderbender?

Genderbender is a Chrome extension developed by https://www.maayanalbert.com, and its main feature is "Gender bend any sites's text".

Extension Screenshots

screenshot
screenshot
screenshot

Download Genderbender Extension CRX File

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

                        Ever wonder what a gender bent internet would look like? Use Gender Bender to flip the names and pronouns of any web page. Simply click on the extension's icon while on the desired site and watch its contents gender bend!                    

Extension Basic Information

Name Genderbender Genderbender
ID iicnelaemhgddjinalhigmkgjdghidap
Official URL https://chromewebstore.google.com/detail/genderbender/iicnelaemhgddjinalhigmkgjdghidap
Description Gender bend any sites's text
File Size 774 KB
Installation Count 113
Current Version 1.0
Last Updated 2020-03-04
Publish Date 2020-03-03
Rating 3.00/5 Total 1 Ratings
Developer https://www.maayanalbert.com
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genderbender",
    "description": "Gender bend any sites's text",
    "permissions": [
        "activeTab"
    ],
    "version": "1.0",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.4.1.min.js",
                "content.js",
                "compromise.min.js",
                "jquery.mark.es6.min.js",
                "genderBender.js"
            ],
            "css": [
                "markStyling.css"
            ]
        }
    ],
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Genderbender"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}