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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}