Douche and Turd
Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.
Douche and Turd là gì?
Douche and Turd là một tiện ích mở rộng Chrome được phát triển bởi Matthew Hynes, và tính năng chính của nó là "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.".
Ả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 Douche and Turd
Tải xuống các tệp mở rộng Douche and Turd 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
This extension replaces the 2016 Presidential candidate's names with something more fitting. That's about it. (No copyright infringement intended - all images property of Comedy Central. I have no idea if this disclaimer is sufficient to cover my ass, but it seems like something I should put here.)
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Douche and Turd |
ID | lbldenckphkphkiglelkdmioihlfghle |
URL Chính Thức | https://chromewebstore.google.com/detail/douche-and-turd/lbldenckphkphkiglelkdmioihlfghle |
Mô tả | Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'. |
Kích Thước Tệp | 32.48 KB |
Số Lần Cài Đặt | 34 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2016-09-28 |
Ngày Phát Hành | 2016-09-28 |
Đánh Giá | 5.00/5 Tổng số 12 Đánh Giá |
Nhà Phát Triển | Matthew Hynes |
[email protected] | |
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": "Douche and Turd", "icons": { "16": "icon_16.png", "48": "icon_48.png", "128": "icon_128.png" }, "description": "Changes every instance of 'Donald Trump' to 'Giant Douche', and 'Hillary Clinton' to 'Turd Sandwich'.", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |