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…

Cos'è Word Swap?

Word Swap è un'estensione di Chrome sviluppata da Unknown, e la sua funzione principale è "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…".

Scarica il file CRX dell'estensione Word Swap

Scarica i file di estensione Word Swap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
URL Ufficiale https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Descrizione 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…
Dimensione del File 4.95 KB
Conteggio Installazioni 41
Versione Corrente 0.2.2
Ultimo Aggiornamento 2017-04-19
Data di Pubblicazione 2017-04-19
Sviluppatore Unknown
Tipo di Pagamento free
Lingue Supportate 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"
    }
}