Voldemort Replacer

This extension replaces the word Voldemort in websites with one of 3 random values.

What is Voldemort Replacer?

Voldemort Replacer is a Chrome extension developed by Buckwheat469, and its main feature is "This extension replaces the word Voldemort in websites with one of 3 random values.".

Extension Screenshots

screenshot

Download Voldemort Replacer Extension CRX File

Download Voldemort Replacer 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 Voldemort or Lord Voldemort (including the possessive options) with a random choice of "You-Know-Who", "He-Who-Must-Not-Be-Named", or "the Dark Lord".                    

Extension Basic Information

Name Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
Official URL https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
Description This extension replaces the word Voldemort in websites with one of 3 random values.
File Size 352 KB
Installation Count 22
Current Version 1.2
Last Updated 2015-05-10
Publish Date 2015-05-10
Rating 1.00/5 Total 1 Ratings
Developer Buckwheat469
Payment Type free
Extension Website https://github.com/ajbogh/VoldemortReplacer
Help Page URL https://github.com/ajbogh/VoldemortReplacer/issues
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Voldemort Replacer",
    "description": "This extension replaces the word Voldemort in websites with one of 3 random values.",
    "version": "1.2",
    "permissions": [
        "tabs",
        "http:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*"
            ],
            "js": [
                "voldemortReplacer.js"
            ],
            "run_at": "document_end"
        }
    ]
}