The Garnisher

Replaces words with other words to create funny scenarios.

Qu'est-ce que The Garnisher ?

The Garnisher est une extension Chrome développée par Elliot Brazier, et sa fonction principale est "Replaces words with other words to create funny scenarios.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension The Garnisher

Téléchargez les fichiers d'extension The Garnisher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom The Garnisher The Garnisher
ID flaclgjgcobhpciikknpohdmcjciejag
URL Officiel https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag
Description Replaces words with other words to create funny scenarios.
Taille du Fichier 15.84 KB
Nombre d'Installations 20
Version Actuelle 1.12
Dernière Mise à Jour 2016-01-08
Date de Publication 2016-01-08
Évaluation 1.75/5 Total 4 Évaluations
Développeur Elliot Brazier
Type de Paiement free
Langues Prises en Charge 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"
        }
    ]
}