Trump Replacer

This extension will replace all mentions of Trump's name with your selected word or phrase

What is Trump Replacer?

Trump Replacer is a Chrome extension developed by taylor.hocutt, and its main feature is "This extension will replace all mentions of Trump's name with your selected word or phrase".

Extension Screenshots

screenshot

Download Trump Replacer Extension CRX File

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

                        Add this app to your Chrome browser and replace all instances of "Trump" with a word or phrase of your choice! Just click the plugin icon in the top of your browser and enter in a new value.                    

Extension Basic Information

Name Trump Replacer Trump Replacer
ID iadkfodhaefhacmoigoakjcoagcfffld
Official URL https://chromewebstore.google.com/detail/trump-replacer/iadkfodhaefhacmoigoakjcoagcfffld
Description This extension will replace all mentions of Trump's name with your selected word or phrase
File Size 6.09 KB
Installation Count 114
Current Version 1.6
Last Updated 2016-11-21
Publish Date 2016-11-21
Rating 4.83/5 Total 6 Ratings
Developer taylor.hocutt
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump Replacer",
    "description": "This extension will replace all mentions of Trump's name with your selected word or phrase",
    "version": "1.6",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}