Trump to Chump
Replaces the text 'Trump' with 'Chump' for obvious reasons.
What is Trump to Chump?
Trump to Chump is a Chrome extension developed by Arsenal, and its main feature is "Replaces the text 'Trump' with 'Chump' for obvious reasons.".
Extension Screenshots
Download Trump to Chump Extension CRX File
Download Trump to Chump 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
Extension Basic Information
Name | |
ID | cmepdjapkhfephneckblhdglohcodebc |
Official URL | https://chrome.google.com/webstore/detail/trump-to-chump/cmepdjapkhfephneckblhdglohcodebc |
Description | Replaces the text 'Trump' with 'Chump' for obvious reasons. |
File Size | 3.53 KB |
Installation Count | 31 |
Current Version | 0.1 |
Last Updated | 2015-11-06 |
Publish Date | 2015-11-06 |
Rating | 5.00/5 Total 7 Ratings |
Developer | Arsenal |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump to Chump", "description": "Replaces the text 'Trump' with 'Chump' for obvious reasons.", "version": "0.1", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |