The Garnisher
Replaces words with other words to create funny scenarios.
The Garnisher là gì?
The Garnisher là một tiện ích mở rộng Chrome được phát triển bởi Elliot Brazier, và tính năng chính của nó là "Replaces words with other words to create funny scenarios.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng The Garnisher
Tải xuống các tệp mở rộng The Garnisher dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | The Garnisher |
ID | flaclgjgcobhpciikknpohdmcjciejag |
URL Chính Thức | https://chromewebstore.google.com/detail/the-garnisher/flaclgjgcobhpciikknpohdmcjciejag |
Mô tả | Replaces words with other words to create funny scenarios. |
Kích Thước Tệp | 15.84 KB |
Số Lần Cài Đặt | 20 |
Phiên Bản Hiện Tại | 1.12 |
Cập Nhật Lần Cuối | 2016-01-08 |
Ngày Phát Hành | 2016-01-08 |
Đánh Giá | 1.75/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | Elliot Brazier |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" } ] } |