Some Rich Asshole
Replaces the text 'Donald Trump' with 'Some Rich Asshole'.
Some Rich Asshole là gì?
Some Rich Asshole là một tiện ích mở rộng Chrome được phát triển bởi drew, và tính năng chính của nó là "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.".
Ả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 Some Rich Asshole
Tải xuống các tệp mở rộng Some Rich Asshole 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
A browser add-on that replaces "Donald Trump" with "Some Rich Asshole"
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
URL Chính Thức | https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh |
Mô tả | Replaces the text 'Donald Trump' with 'Some Rich Asshole'. |
Kích Thước Tệp | 33.73 KB |
Số Lần Cài Đặt | 603 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-09-17 |
Ngày Phát Hành | 2015-09-17 |
Đánh Giá | 4.81/5 Tổng số 72 Đánh Giá |
Nhà Phát Triển | drew |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | http://somerichasshole.com |
URL Trang Trợ Giúp | http://somerichasshole.com |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Some Rich Asshole", "version": "1.2", "description": "Replaces the text 'Donald Trump' with 'Some Rich Asshole'.", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |