President Shit-gibbon
Replaces Donald Trumps name with his correct title
President Shit-gibbon là gì?
President Shit-gibbon là một tiện ích mở rộng Chrome được phát triển bởi qilz, và tính năng chính của nó là "Replaces Donald Trumps name with his correct title".
Tải xuống tệp CRX của tiện ích mở rộng President Shit-gibbon
Tải xuống các tệp mở rộng President Shit-gibbon 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
Replaces "Donald Trump", "Donald J Trump", "Donald J. Trump", and "Donald John Trump" with "President Shit-gibbon" Replaces "Trump" with "Shit-gibbon"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | kkhbjkhecpfblklmjbaebmnagaligaim |
URL Chính Thức | https://chrome.google.com/webstore/detail/president-shit-gibbon/kkhbjkhecpfblklmjbaebmnagaligaim |
Mô tả | Replaces Donald Trumps name with his correct title |
Kích Thước Tệp | 3.59 KB |
Số Lần Cài Đặt | 26 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2017-02-10 |
Ngày Phát Hành | 2017-02-10 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | qilz |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "President Shit-gibbon", "description": "Replaces Donald Trumps name with his correct title", "version": "1.2", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |