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.”。
扩展截图
下载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 |
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" } ] } |