Some Rich Asshole Enhanced
Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.
Some Rich Asshole Enhanced là gì?
Some Rich Asshole Enhanced là một tiện ích mở rộng Chrome được phát triển bởi gibberishexercise, và tính năng chính của nó là "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.".
Ả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 Enhanced
Tải xuống các tệp mở rộng Some Rich Asshole Enhanced 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
Lovingly curated from the wit and wisdom of Scottish Twitter, Jezebel, The Root, and people of the internet generally. Plus a few from your developer's brain-recesses. We don't like Bannon either: http://wtfisastevebannon.com/ Forked, without shame, from the original Some Rich Asshole plugin: https://chrome.google.com/webstore/detail/some-rich-asshole/hgcjjgnlnheojgpdiafpdnjjpbkedgfh
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | hhdiccpconjkghpllkdieckibcieidpk |
URL Chính Thức | https://chrome.google.com/webstore/detail/some-rich-asshole-enhance/hhdiccpconjkghpllkdieckibcieidpk |
Mô tả | Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors. |
Kích Thước Tệp | 97.16 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 3.2.2 |
Cập Nhật Lần Cuối | 2018-01-17 |
Ngày Phát Hành | 2018-01-17 |
Đánh Giá | 4.21/5 Tổng số 24 Đánh Giá |
Nhà Phát Triển | gibberishexercise |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://wtfisastevebannon.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 Enhanced", "version": "3.2.2", "description": "Replaces He-Who-Must-Not-Be-Named's name, and those of some related individuals, with more colorful descriptors.", "permissions": [ "storage" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "jquery-3.1.1.min.js", "jquery-ui\/jquery-ui.min.js", "phrases.js", "content_script.js" ], "run_at": "document_end" } ], "icons": { "128": "icon128.png" } } |