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 مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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" } } |