TXT RPLCR

Replaces one or more words on websites just for fun.

What is TXT RPLCR?

TXT RPLCR is a Chrome extension developed by raum für medien, and its main feature is "Replaces one or more words on websites just for fun.".

Extension Screenshots

screenshot

Download TXT RPLCR Extension CRX File

Download TXT RPLCR 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

                        Did you ever wish to replace a name or a term an a website? Here is your tool! Just type in the word to replace and the one you wish to read instead and have some fun! What about to read >>Dumb<< instead of >>Trump<< ;-)                    

Extension Basic Information

Name TXT RPLCR TXT RPLCR
ID ljmcpfadmahmlkjcckmbkgihblabfhhi
Official URL https://chromewebstore.google.com/detail/txt-rplcr/ljmcpfadmahmlkjcckmbkgihblabfhhi
Description Replaces one or more words on websites just for fun.
File Size 45.91 KB
Installation Count 46
Current Version 1.1
Last Updated 2016-07-25
Publish Date 2016-07-25
Developer raum für medien
Email [email protected]
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TXT RPLCR",
    "description": "Replaces one or more words on websites just for fun.",
    "version": "1.1",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "inject.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "128x128.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage"
    ]
}