Trump Replacer
Replaces 'Trump' with various alternate terms
What is Trump Replacer?
Trump Replacer is a Chrome extension developed by mustee, and its main feature is "Replaces 'Trump' with various alternate terms".
Extension Screenshots
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
Replaces 'Trump' with various alternate, more accurate terms.
Extension Basic Information
Name | ![]() |
ID | jhkpjfpjfjgjohghkbekkbpokmjhblbe |
Official URL | https://chrome.google.com/webstore/detail/trump-replacer/jhkpjfpjfjgjohghkbekkbpokmjhblbe |
Description | Replaces 'Trump' with various alternate terms |
File Size | 4.25 KB |
Installation Count | 16 |
Current Version | 1 |
Last Updated | 2015-12-09 |
Publish Date | 2015-12-09 |
Rating | 5.00/5 Total 1 Ratings |
Developer | mustee |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump Replacer", "description": "Replaces 'Trump' with various alternate terms", "version": "1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |