The Garnisher

Replaces words with other words to create funny scenarios.

什麼是The Garnisher?

The Garnisher是由Elliot Brazier開發的Chrome擴展程式,該擴展的主要功能是“Replaces words with other words to create funny scenarios.”。

擴展截圖

screenshot

下載The Garnisher擴展crx文件

下載The Garnisher擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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                    

擴展基本資訊

名稱 The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
官方網址 https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
簡介 Replaces words with other words to create funny scenarios.
檔案大小 15.84 KB
安裝次數 20
目前版本 1.12
更新時間 2016-01-08
上架時間 2016-01-08
評分 1.75/5 共 4 次評分
開發者 Elliot Brazier
付費類型 free
支援的語言 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"
        }
    ]
}