Cheeto Jesus
This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.
What is Cheeto Jesus?
Cheeto Jesus is a Chrome extension developed by jermaine.m.jones3, and its main feature is "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.".
Download Cheeto Jesus Extension CRX File
Download Cheeto Jesus 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
bug fixes
Extension Basic Information
Name | |
ID | jmnhadhobejingfpfoheoibhkehkhlfm |
Official URL | https://chrome.google.com/webstore/detail/cheeto-jesus/jmnhadhobejingfpfoheoibhkehkhlfm |
Description | This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson. |
File Size | 208 KB |
Installation Count | 15 |
Current Version | 1.1.3 |
Last Updated | 2016-06-24 |
Publish Date | 2016-06-24 |
Rating | 5.00/5 Total 2 Ratings |
Developer | jermaine.m.jones3 |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Cheeto Jesus", "description": "This extension changes every instance of 'Donald Trump' on a webpage to 'Cheeto Jesus.' Nickname courtesy of Rick Wilson.", "version": "1.1.3", "browser_action": { "default_icon": "icon.png", "default_title": "Donald Trump is Cheeto Jesus." }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "cheeto.js" ], "run_at": "document_end" } ] } |