Make Trump Salad Again
Replaces images of Trump with delicious salads.
Make Trump Salad Again क्या है?
Make Trump Salad Again Salad-o-matic द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Replaces images of Trump with delicious salads."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Make Trump Salad Again एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |