Text replacer

You can change any text in any website you want!

What is Text replacer?

Text replacer is a Chrome extension developed by madmon18, and its main feature is "You can change any text in any website you want!".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot

Download Text replacer Extension CRX File

Download Text 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

                        With this tool you will be able to replace any text in any website you want 
press "Ctrl + b" to insert the words you want to replace
press "Ctrl + Alt + b" to see the words you already replaced
enjoy!                    

Extension Basic Information

Name Text replacer Text replacer
ID omigokpnmglhaplhdemeiaigmojaalba
Official URL https://chromewebstore.google.com/detail/text-replacer/omigokpnmglhaplhdemeiaigmojaalba
Description You can change any text in any website you want!
File Size 1.33 MB
Installation Count 420
Current Version 1.2
Last Updated 2017-12-17
Publish Date 2017-12-17
Rating 2.20/5 Total 5 Ratings
Developer madmon18
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Text replacer",
    "description": "You can change any text in any website you want!",
    "version": "1.2",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "yair.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "yair.js"
            ]
        }
    ]
}