GenderSwapper

Reverse the genders on any website with just one click!

GenderSwapperคืออะไร?

GenderSwapper เป็นส่วนขยายของ Chrome ที่พัฒนาโดย wallura และคุณลักษณะหลักของมันคือ "Reverse the genders on any website with just one click!"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย GenderSwapper

ดาวน์โหลดไฟล์ส่วนขยาย 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
}