Make Trump Salad Again
Replaces images of Trump with delicious salads.
什麼是Make Trump Salad Again?
Make Trump Salad Again是由trump-salad-again開發的Chrome擴展程式,該擴展的主要功能是“Replaces images of Trump with delicious salads.”。
擴展截圖
下載Make Trump Salad Again擴展crx文件
下載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 | lpplgkcibloiccihelfnpggghfplmkmp |
官方網址 | https://chromewebstore.google.com/detail/make-trump-salad-again/lpplgkcibloiccihelfnpggghfplmkmp |
簡介 | Replaces images of Trump with delicious salads. |
檔案大小 | 480 KB |
安裝次數 | 23 |
目前版本 | 0.3.3 |
更新時間 | 2016-12-10 |
上架時間 | 2016-12-10 |
評分 | 3.00/5 共 2 次評分 |
開發者 | trump-salad-again |
電子郵箱 | [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" } } |