Voldemort Replacer

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

Wat is Voldemort Replacer?

Voldemort Replacer is een Chrome-extensie ontwikkeld door Buckwheat469, en de belangrijkste functie is "This extension replaces the word Voldemort in websites with one of 3 random values.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Voldemort Replacer

Download Voldemort Replacer-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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".                    

Basisinformatie over de Extensie

Naam Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
Officiële URL https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
Beschrijving This extension replaces the word Voldemort in websites with one of 3 random values.
Bestandsgrootte 352 KB
Aantal Installaties 22
Huidige Versie 1.2
Laatst Bijgewerkt 2015-05-10
Publicatiedatum 2015-05-10
Beoordeling 1.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Buckwheat469
Betalingswijze free
Extensiewebsite https://github.com/ajbogh/VoldemortReplacer
Help Pagina-URL https://github.com/ajbogh/VoldemortReplacer/issues
Ondersteunde Talen 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"
        }
    ]
}