Voldemort Replacer

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

Apa itu Voldemort Replacer?

Voldemort Replacer adalah ekstensi Chrome yang dikembangkan oleh Buckwheat469, dan fitur utamanya adalah "This extension replaces the word Voldemort in websites with one of 3 random values.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Voldemort Replacer

Unduh file ekstensi Voldemort Replacer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Voldemort Replacer Voldemort Replacer
ID apknhhlmkgippggghbhhdnekmgkaeglb
URL Resmi https://chrome.google.com/webstore/detail/voldemort-replacer/apknhhlmkgippggghbhhdnekmgkaeglb
Deskripsi This extension replaces the word Voldemort in websites with one of 3 random values.
Ukuran File 352 KB
Jumlah Instalasi 22
Versi Saat Ini 1.2
Terakhir Diperbarui 2015-05-10
Tanggal Publikasi 2015-05-10
Penilaian 1.00/5 Total 1 Penilaian
Pengembang Buckwheat469
Tipe Pembayaran free
Situs Ekstensi https://github.com/ajbogh/VoldemortReplacer
URL Halaman Bantuan https://github.com/ajbogh/VoldemortReplacer/issues
Bahasa yang Didukung 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"
        }
    ]
}