Trump To Butt
Replaces the text 'Trump' with 'Butt'.
What is Trump To Butt?
Trump To Butt is a Chrome extension developed by timetoplatypus, and its main feature is "Replaces the text 'Trump' with 'Butt'.".
Extension Screenshots
Download Trump To Butt Extension CRX File
Download Trump To Butt 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
This extension replaces "Donald Trump" with "Donald Butt" on each webpage you visit.
Extension Basic Information
Name | Trump To Butt |
ID | hmnfdkchaobhibkmhndamnoajecjllgn |
Official URL | https://chromewebstore.google.com/detail/trump-to-butt/hmnfdkchaobhibkmhndamnoajecjllgn |
Description | Replaces the text 'Trump' with 'Butt'. |
File Size | 56.77 KB |
Installation Count | 62 |
Current Version | 3.0 |
Last Updated | 2016-01-03 |
Publish Date | 2016-01-03 |
Rating | 4.33/5 Total 6 Ratings |
Developer | timetoplatypus |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Trump To Butt", "version": "3.0", "description": "Replaces the text 'Trump' with 'Butt'.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ] } |