GenderSwapper

Reverse the genders on any website with just one click!

什么是GenderSwapper?

GenderSwapper是由wallura开发的Chrome扩展程序,该扩展的主要功能是“Reverse the genders on any website with just one click!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载GenderSwapper扩展crx文件

下载GenderSwapper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With one click this Extension will flip all pronouns on a website. He becomes she, Feminism becomes men's right activism, king becomes queen etc. 

It works great even with most slang, including some pick-up-artist lingo. As opposed to similar browser extensions, GenderSwapper will attempt to preserve the original text and grammar. While it's not perfect (for example it can be hard to figure out for an algorithm whether "cock" refers to an animal or human anatomy in a vulgar manner) you'll be surprised how well it works!

Additionally there are a bunch of settings and alternative wordlists.

It's absolutely fantastic to highlight double standards and hypocrisy on tabloids and internet comments alike.                    

扩展基本信息

名称 GenderSwapper GenderSwapper
ID nejfjabadecdgcjcinaakajnpgbabllp
官方URL https://chromewebstore.google.com/detail/genderswapper/nejfjabadecdgcjcinaakajnpgbabllp
简介 Reverse the genders on any website with just one click!
文件大小 313 KB
安装次数 143
当前版本 1.8.2
更新时间 2022-02-03
上架时间 2016-10-21
评分 4.20/5 共5次评分
开发者 wallura
电子邮箱 [email protected]
付费类型 free
扩展官网 http://www.genderswapper.com
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GenderSwapper",
    "version": "1.8.2",
    "description": "Reverse the genders on any website with just one click!",
    "icons": {
        "128": "icons\/icon_128.png"
    },
    "background": {
        "scripts": [
            "logic\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery.js",
                "wordfilter\/general.js",
                "wordfilter\/menkampf.js",
                "wordfilter\/clothes.js",
                "logic\/genderswap_contentscript.js"
            ]
        }
    ],
    "browser_action": {
        "default_icon": {
            "19": "icons\/icon_19.png",
            "32": "icons\/icon_32.png"
        },
        "default_title": "GenderSwapper",
        "default_popup": "popup\/panel.html"
    },
    "author": "Christoph Mario Wallura",
    "manifest_version": 2
}