Make Trump Salad Again
Replaces images of Trump with delicious salads.
Co to jest Make Trump Salad Again?
Make Trump Salad Again to rozszerzenie Chrome opracowane przez Salad-o-matic, a jego główną funkcją jest „Replaces images of Trump with delicious salads.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Make Trump Salad Again
Pobierz pliki rozszerzeń Make Trump Salad Again w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | cpjmagmjncogbfejbdagipklnnogmfaf |
Oficjalny URL | https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf |
Opis | Replaces images of Trump with delicious salads. |
Rozmiar pliku | 480 KB |
Liczba instalacji | 13 |
Aktualna Wersja | 0.3.3 |
Ostatnia Aktualizacja | 2016-12-10 |
Data Publikacji | 2016-12-10 |
Ocena | 3.67/5 Łącznie 3 Oceny |
Deweloper | Salad-o-matic |
[email protected] | |
Typ Płatności | free |
Obsługiwane Języki | 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" } } |