Trump To Voldemort

Replaces the text 'Donald Trump' with 'Voldemort'.

What is Trump To Voldemort?

Trump To Voldemort is a Chrome extension developed by trumptovoldemort, and its main feature is "Replaces the text 'Donald Trump' with 'Voldemort'.".

Extension Screenshots

screenshot

Download Trump To Voldemort Extension CRX File

Download Trump To 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

                        Replaces the text 'Donald Trump' with 'Vodemort' in certain contexts.                    

Extension Basic Information

Name Trump To Voldemort Trump To Voldemort
ID ojdkllbbbcpnmcohgpbbhonbnijfioja
Official URL https://chromewebstore.google.com/detail/trump-to-voldemort/ojdkllbbbcpnmcohgpbbhonbnijfioja
Description Replaces the text 'Donald Trump' with 'Voldemort'.
File Size 3.41 KB
Installation Count 349
Current Version 1.2
Last Updated 2015-12-10
Publish Date 2015-12-09
Rating 4.90/5 Total 21 Ratings
Developer trumptovoldemort
Payment Type free
Supported Languages en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump To Voldemort",
    "version": "1.2",
    "description": "Replaces the text 'Donald Trump' with 'Voldemort'.",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ]
}