Gender Neutralizer
Alters gender pronouns on websites.
What is Gender Neutralizer?
Gender Neutralizer is a Chrome extension developed by for-de-win, and its main feature is "Alters gender pronouns on websites.".
Extension Screenshots
Download Gender Neutralizer Extension CRX File
Download Gender Neutralizer 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
This app aims to raise awareness of gender bias in online communications. Pick a set of pronouns and see what happens when you read an article!
Extension Basic Information
Name | Gender Neutralizer |
ID | lbhlinioehnnkdcndmlbnhgdenmonhnb |
Official URL | https://chromewebstore.google.com/detail/gender-neutralizer/lbhlinioehnnkdcndmlbnhgdenmonhnb |
Description | Alters gender pronouns on websites. |
File Size | 174 KB |
Installation Count | 96 |
Current Version | 0.2.2 |
Last Updated | 2016-06-16 |
Publish Date | 2016-06-16 |
Rating | 4.50/5 Total 2 Ratings |
Developer | for-de-win |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Gender Neutralizer", "version": "0.2.2", "description": "Alters gender pronouns on websites.", "permissions": [ "activeTab", "https:\/\/*.google.com\/", "https:\/\/ajax.googleapis.com\/ajax\/libs\/jquery\/2.1.3\/jquery.min.js" ], "browser_action": { "default_title": "Gender Neutralizer", "default_icon": "icon48.png", "default_popup": "gennewt.html" }, "icons": { "100": "iconn.png", "48": "icon48.png" }, "content_scripts": [ { "js": [ "jquery-2.1.3.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "background": { "scripts": [ "f.js", "t.js", "m.js" ], "persistent": false } } |