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
Eメール [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
}