Make Trump Salad Again
Replaces images of Trump with delicious salads.
Make Trump Salad Again là gì?
Make Trump Salad Again là một tiện ích mở rộng Chrome được phát triển bởi Salad-o-matic, và tính năng chính của nó là "Replaces images of Trump with delicious salads.".
Ả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 Make Trump Salad Again
Tải xuống các tệp mở rộng Make Trump Salad Again 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
For many of us reeling at the results of #Decision2016, one more look at that marmalade face of hatred and bigotry is just too much. Let’s focus instead on those things that will bring us the strength we will absolutely need for this fight. Let the salads soothe you. Let them inspire your lunch plans. Maybe also let them inspire you to work a bit harder today to keep things like vegetables around.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
URL Chính Thức | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Mô tả | Replaces images of Trump with delicious salads. |
Kích Thước Tệp | 480 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 0.3.3 |
Cập Nhật Lần Cuối | 2016-12-10 |
Ngày Phát Hành | 2016-12-10 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Salad-o-matic |
[email protected] | |
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": "Make Trump Salad Again", "short_name": "Trump Salad", "description": "Replaces images of Trump with delicious salads.", "version": "0.3.3", "options_page": "html\/config.html", "browser_action": { "default_icon": "images\/bg_128.png", "default_title": "disable salad replacement" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "permissions": [ "tabs", "storage", "*:\/\/*\/*" ], "icons": { "128": "images\/bg_128.png" } } |