Cheeto Voldemort

Replaces Trump with Cheeto Voldemort. That's pretty much all it does.

What is Cheeto Voldemort?

Cheeto Voldemort is a Chrome extension developed by Unknown, and its main feature is "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.".

Extension Screenshots

screenshot

Download Cheeto Voldemort Extension CRX File

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

                        If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.                    

Extension Basic Information

Name Cheeto Voldemort Cheeto Voldemort
ID dgmjkhcljhmmlillfpcdcapiikokggog
Official URL https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog
Description Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
File Size 15.86 KB
Installation Count 25
Current Version 1.0
Last Updated 2016-11-23
Publish Date 2016-11-23
Rating 5.00/5 Total 2 Ratings
Developer Unknown
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cheeto Voldemort",
    "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}