GenderSwapper

Reverse the genders on any website with just one click!

Qu'est-ce que GenderSwapper ?

GenderSwapper est une extension Chrome développée par wallura, et sa fonction principale est "Reverse the genders on any website with just one click!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension GenderSwapper

Téléchargez les fichiers d'extension GenderSwapper au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom GenderSwapper GenderSwapper
ID nejfjabadecdgcjcinaakajnpgbabllp
URL Officiel https://chromewebstore.google.com/detail/genderswapper/nejfjabadecdgcjcinaakajnpgbabllp
Description Reverse the genders on any website with just one click!
Taille du Fichier 313 KB
Nombre d'Installations 143
Version Actuelle 1.8.2
Dernière Mise à Jour 2022-02-03
Date de Publication 2016-10-21
Évaluation 4.20/5 Total 5 Évaluations
Développeur wallura
Email [email protected]
Type de Paiement free
Site Web de l'Extension http://www.genderswapper.com
Langues Prises en Charge 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
}