My Gender

What was it, again?.

What is My Gender?

My Gender is a Chrome extension developed by becca.ooo, and its main feature is "What was it, again?.".

Extension Screenshots

screenshot

Download My Gender Extension CRX File

Download My Gender 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

                        Changes the first bit of text in any Wikipedia article to “My gender” so you can get a good, detailed description.                    

Extension Basic Information

Name My Gender My Gender
ID jcppahlildddedjkgjmhbamnldhgmojm
Official URL https://chrome.google.com/webstore/detail/my-gender/jcppahlildddedjkgjmhbamnldhgmojm
Description What was it, again?.
File Size 39.33 KB
Installation Count 34
Current Version 1.0.0
Last Updated 2014-10-04
Publish Date 2014-10-04
Rating 5.00/5 Total 1 Ratings
Developer becca.ooo
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Gender",
    "version": "1.0.0",
    "manifest_version": 2,
    "description": "What was it, again?.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*.wikipedia.org\/*",
                "https:\/\/*.wikipedia.org\/*"
            ],
            "js": [
                "jquery.js",
                "main.js"
            ]
        }
    ]
}