Voldemort Replacer

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

Cos'è Voldemort Replacer?

Voldemort Replacer è un'estensione di Chrome sviluppata da Buckwheat469, e la sua funzione principale è "This extension replaces the word Voldemort in websites with one of 3 random values.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Voldemort Replacer

Scarica i file di estensione Voldemort Replacer in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
URL Ufficiale https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
Descrizione This extension replaces the word Voldemort in websites with one of 3 random values.
Dimensione del File 352 KB
Conteggio Installazioni 22
Versione Corrente 1.2
Ultimo Aggiornamento 2015-05-10
Data di Pubblicazione 2015-05-10
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Buckwheat469
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ajbogh/VoldemortReplacer
URL della Pagina di Aiuto https://github.com/ajbogh/VoldemortReplacer/issues
Lingue Supportate 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"
        }
    ]
}