Snowflake
Turns Trump into Snowflake so you don't have to look at that damn name anymore.
Snowflake là gì?
Snowflake là một tiện ích mở rộng Chrome được phát triển bởi snowflake.extension, và tính năng chính của nó là "Turns Trump into Snowflake so you don't have to look at that damn name anymore.".
Ả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 Snowflake
Tải xuống các tệp mở rộng Snowflake 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
Suffering from T***P fatigue? Aren't we all. Tired of seeing that name in print and the not-so-subtle bout of nausea induced when you think about our country (and nuclear) codes being handed over to a con man with the ego of a toddler. This little add-on I whipped up will replace that name with "Snowflake" my new nickname and the only way he is referred to in my house. Why Snowflake? Because he's just so sensitive. "Mine is the biggest!" "The media is out to get me!" "Everyone must love me!" What a tool.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Snowflake |
ID | cghmhcoebaiodpdicjacfllplandkfpa |
URL Chính Thức | https://chromewebstore.google.com/detail/snowflake/cghmhcoebaiodpdicjacfllplandkfpa |
Mô tả | Turns Trump into Snowflake so you don't have to look at that damn name anymore. |
Kích Thước Tệp | 23.36 KB |
Số Lần Cài Đặt | 658 |
Phiên Bản Hiện Tại | 1.0 |
Cập Nhật Lần Cuối | 2017-01-27 |
Ngày Phát Hành | 2017-01-26 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | snowflake.extension |
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": "Snowflake", "description": "Turns Trump into Snowflake so you don't have to look at that damn name anymore.", "version": "1.0", "icons": { "128": "snowflake.png" }, "browser_action": { "default_icon": "snowflake.png" }, "web_accessible_resources": [ "snowflake.png" ], "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ] } |