Cheeto Voldemort
Replaces Trump with Cheeto Voldemort. That's pretty much all it does.
Cheeto Voldemort là gì?
Cheeto Voldemort là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.".
Ả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 Cheeto Voldemort
Tải xuống các tệp mở rộng Cheeto Voldemort 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
If you're sick of seeing the T word everywhere, this extension will replace it with Cheeto Voldemort.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Cheeto Voldemort |
ID | dgmjkhcljhmmlillfpcdcapiikokggog |
URL Chính Thức | https://chromewebstore.google.com/detail/cheeto-voldemort/dgmjkhcljhmmlillfpcdcapiikokggog |
Mô tả | Replaces Trump with Cheeto Voldemort. That's pretty much all it does. |
Kích Thước Tệp | 15.86 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2016-11-23 |
Ngày Phát Hành | 2016-11-23 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Unknown |
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": "Cheeto Voldemort", "description": "Replaces Trump with Cheeto Voldemort. That's pretty much all it does.", "version": "1.0", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |