Trump To Hitler
This extension replaces all mentions of Trump's name with Hitler's name for the current page.
Trump To Hitler là gì?
Trump To Hitler là một tiện ích mở rộng Chrome được phát triển bởi danhstepanov, và tính năng chính của nó là "This extension replaces all mentions of Trump's name with Hitler's name for the current page.".
Tải xuống tệp CRX của tiện ích mở rộng Trump To Hitler
Tải xuống các tệp mở rộng Trump To Hitler 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 all mentions of Trump's name with Hitler's name for the current page.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Trump To Hitler |
ID | ckjmfnbellhpcpidbeghfjmdgpobapfc |
URL Chính Thức | https://chromewebstore.google.com/detail/trump-to-hitler/ckjmfnbellhpcpidbeghfjmdgpobapfc |
Mô tả | This extension replaces all mentions of Trump's name with Hitler's name for the current page. |
Kích Thước Tệp | 36.65 KB |
Số Lần Cài Đặt | 166 |
Phiên Bản Hiện Tại | 0.0.3 |
Cập Nhật Lần Cuối | 2016-03-04 |
Ngày Phát Hành | 2016-03-03 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | danhstepanov |
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": "Trump To Hitler", "description": "This extension replaces all mentions of Trump's name with Hitler's name for the current page.", "version": "0.0.3", "icons": { "48": "hitler48.png", "128": "hitler128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |