The Garnisher

Replaces words with other words to create funny scenarios.

The Garnisher क्या है?

The Garnisher Elliot Brazier द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces words with other words to create funny scenarios."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में The Garnisher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
आधिकारिक URL 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"
        }
    ]
}