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…

What is Word Swap?

Word Swap is a Chrome extension developed by Unknown, and its main feature 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 Word Swap Extension CRX File

Download Word Swap extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Word Swap Word Swap
ID fgjfmpicmbkgfiaaeifkejmnibhcpplk
Official URL https://chromewebstore.google.com/detail/word-swap/fgjfmpicmbkgfiaaeifkejmnibhcpplk
Description 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…
File Size 4.95 KB
Installation Count 41
Current Version 0.2.2
Last Updated 2017-04-19
Publish Date 2017-04-19
Developer Unknown
Payment Type free
Supported Languages 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"
    }
}