Make Trump Salad Again
Replaces images of Trump with delicious salads.
Make Trump Salad Againคืออะไร?
Make Trump Salad Again เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Salad-o-matic และคุณลักษณะหลักของมันคือ "Replaces images of Trump with delicious salads."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Make Trump Salad Again
ดาวน์โหลดไฟล์ส่วนขยาย Make Trump Salad Again ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
คำอธิบาย | Replaces images of Trump with delicious salads. |
ขนาดไฟล์ | 480 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 0.3.3 |
อัปเดตครั้งล่าสุด | 2016-12-10 |
วันที่เผยแพร่ | 2016-12-10 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | Salad-o-matic |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | 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" } } |