The Garnisher

Replaces words with other words to create funny scenarios.

Apa itu The Garnisher?

The Garnisher adalah ekstensi Chrome yang dikembangkan oleh Elliot Brazier, dan fitur utamanya adalah "Replaces words with other words to create funny scenarios.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi The Garnisher

Unduh file ekstensi The Garnisher 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

                        The Garnisher is designed to mess with your webpage by making grammar and spelling errors

Donald Trump -> Donald Duck
Hillary (Rodham) Clinton -> Hill (Hamrod) Dog
Uppercase I's are now lowercase
Investigated -> instigated
Can't -> can
seven -> 7
Their and they're -> there
whose -> whos
Obama -> Osama
debate -> dance-off
self driving -> uncontrollably swerving
poll -> psychic reading
horsepower -> tons of horsemeat
candidate -> airbender
drone -> dog
vows to -> probably won't
at large -> very large
successfully -> suddenly
expands -> physically expands
an unknown number -> like hundreds
front runner -> blade runner
global -> spherical
no indication -> lots of signs 


I would not recommend using this for anything other than pranking                    

Informasi Dasar Ekstensi

Nama The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
URL Resmi https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Deskripsi Replaces words with other words to create funny scenarios.
Ukuran File 15.84 KB
Jumlah Instalasi 20
Versi Saat Ini 1.12
Terakhir Diperbarui 2016-01-08
Tanggal Publikasi 2016-01-08
Penilaian 1.75/5 Total 4 Penilaian
Pengembang Elliot Brazier
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "The Garnisher",
    "description": "Replaces words with other words to create funny scenarios.",
    "version": "1.12",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*\/*\/*\/*"
            ],
            "js": [
                "findandreplacedomtext.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}