X Word Replacer

Quickly replacing words in web pages

What is X Word Replacer?

X Word Replacer is a Chrome extension developed by https://pughtml.com, and its main feature is "Quickly replacing words in web pages".

Extension Screenshots

screenshot

Download X Word Replacer Extension CRX File

Download X Word Replacer 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

                        X Words Replacer is a tool for office used for search and replace words in any field of text (input, textarea, paragraph...) on web pages.                    

Extension Basic Information

Name X Word Replacer X Word Replacer
ID efcnkaeocmkpckkenjinmdgkbjhajoca
Official URL https://chromewebstore.google.com/detail/x-word-replacer/efcnkaeocmkpckkenjinmdgkbjhajoca
Description Quickly replacing words in web pages
File Size 59.38 KB
Installation Count 968
Current Version 1.0.4.1
Last Updated 2024-02-26
Publish Date 2018-05-02
Rating 4.25/5 Total 12 Ratings
Developer https://pughtml.com
Email [email protected]
Payment Type free
Extension Website https://viet.pughtml.com
Help Page URL https://viet.pughtml.com
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "X Word Replacer",
    "description": "Quickly replacing words in web pages",
    "version": "1.0.4.1",
    "manifest_version": 3,
    "permissions": [
        "storage"
    ],
    "action": {
        "default_title": "X Word Replacer",
        "default_popup": "index.html",
        "default_icon": "images\/icon_128.png"
    },
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "service_worker": "service_worker.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content\/content-script.js"
            ],
            "css": [
                "content\/styles.css"
            ]
        }
    ],
    "offline_enabled": true
}