Wordy Changey

It changes words

What is Wordy Changey?

Wordy Changey is a Chrome extension developed by P1g3oN, and its main feature is "It changes words".

Extension Screenshots

screenshot
screenshot
screenshot

Download Wordy Changey Extension CRX File

Download Wordy Changey 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

                        It changes any words you want.

Way easier to use than Word Replacer II! Just press the icon in the top right corner.                    

Extension Basic Information

Name Wordy Changey Wordy Changey
ID ahpimaknanndebgdfdbcgibblcpdelde
Official URL https://chromewebstore.google.com/detail/wordy-changey/ahpimaknanndebgdfdbcgibblcpdelde
Description It changes words
File Size 53.07 KB
Installation Count 40
Current Version 1.0
Last Updated 2020-11-13
Publish Date 2018-10-16
Rating 4.00/5 Total 2 Ratings
Developer P1g3oN
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wordy Changey",
    "version": "1.0",
    "description": "It changes words",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon16.png"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js"
            ]
        }
    ]
}