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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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" } ] } |