GenderSwapper

Reverse the genders on any website with just one click!

GenderSwapper क्या है?

GenderSwapper wallura द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Reverse the genders on any website with just one click!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में GenderSwapper एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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
}