Word Swap!

Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…

What is Word Swap!?

Word Swap! is a Chrome extension developed by Devan H., and its main feature is "Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…".

Extension Screenshots

screenshot
screenshot

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

                        Changes words on webpages to other words!


Switch words or phrases on webpages,  with another words or phrases! 


Have to research somehthing really boring? Swap "The heartworm life cycle" with "Cat meow meow wat?"  


Want to convince a friend you have "hacked" their Facebook account? Give your friends crazy nicknames! 



To add or clear words/phrases:
- Go to your chrome settings
- Click "Extensions" on the left of the page
- Find "Word Swap!" and press "Options" 



*Disclaimer?* It kind of breaks everything if you use small words like 'a'. So, maybe don't do that?                    

Extension Basic Information

Name Word Swap! Word Swap!
ID nanlalaelehhbhiemijidhcjdapfbmdn
Official URL https://chrome.google.com/webstore/detail/word-swap/nanlalaelehhbhiemijidhcjdapfbmdn
Description Changes words on webpages to other words! Switch words or phrases on webpages, with another words or phrases! Have to…
File Size 47.99 KB
Installation Count 449
Current Version 1.0
Last Updated 2014-10-11
Publish Date 2014-10-11
Rating 3.47/5 Total 15 Ratings
Developer Devan H.
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Word Swap!",
    "version": "1.0",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jq\/jquery-1.11.1.min.js",
                "adlib.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "ga.js"
    ],
    "options_page": "options.html"
}