Word Swap

This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…

Wat is Word Swap?

Word Swap is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…".

Download het CRX-bestand van de extensie Word Swap

Download Word Swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        This chrome extension allows you to set a word to always appear as a different word on a webpage!

Users have used this app to explore representation of gendered words on webpages, change the news in funny ways, and make explicit language disappear!                    

Basisinformatie over de Extensie

Naam Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
Officiële URL https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Beschrijving This chrome extension allows you to set a word to always appear as a different word on a webpage! Users have used this app to…
Bestandsgrootte 4.95 KB
Aantal Installaties 41
Huidige Versie 0.2.2
Laatst Bijgewerkt 2017-04-19
Publicatiedatum 2017-04-19
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Word Swap",
    "version": "0.2.2",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "contentScripts.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "storage"
    ],
    "browser_action": {
        "default_title": "Word Swap",
        "default_popup": "popup.html"
    }
}