Donald Cheeto

Replace every instance of Trump with Cheeto.

What is Donald Cheeto?

Donald Cheeto is a Chrome extension developed by Aristotle, and its main feature is "Replace every instance of Trump with Cheeto.".

Extension Screenshots

screenshot

Download Donald Cheeto Extension CRX File

Download Donald Cheeto 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

                        Replace every instance of Trump with Cheeto.

If you're developer and want to add improvements, open a pull request:
https://github.com/aristotlemanolakos/Cheeto                    

Extension Basic Information

Name Donald Cheeto Donald Cheeto
ID hmldbgdaabpbgjekkbfbmknobbnjkmcf
Official URL https://chromewebstore.google.com/detail/donald-cheeto/hmldbgdaabpbgjekkbfbmknobbnjkmcf
Description Replace every instance of Trump with Cheeto.
File Size 24.19 KB
Installation Count 46
Current Version 1.2
Last Updated 2017-01-11
Publish Date 2017-01-10
Rating 5.00/5 Total 2 Ratings
Developer Aristotle
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Cheeto",
    "description": "Replace every instance of Trump with Cheeto.",
    "version": "1.2",
    "icons": {
        "128": "icon.png"
    },
    "browser_action": {
        "default_icon": "icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}