The Garnisher
Replaces words with other words to create funny scenarios.
Τι είναι το The Garnisher;
Το The Garnisher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Elliot Brazier, και η κύρια λειτουργία του είναι "Replaces words with other words to create funny scenarios.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης The Garnisher
Λήψη αρχείων επέκτασης 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 |
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" } ] } |