Make Trump Salad Again

Replaces images of Trump with delicious salads.

Apa itu Make Trump Salad Again?

Make Trump Salad Again adalah ekstensi Chrome yang dikembangkan oleh Salad-o-matic, dan fitur utamanya adalah "Replaces images of Trump with delicious salads.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Make Trump Salad Again

Unduh file ekstensi Make Trump Salad Again dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Make Trump Salad Again Make Trump Salad Again
ID cpjmagmjncogbfejbdagipklnnogmfaf
URL Resmi https://chromewebstore.google.com/detail/make-trump-salad-again/cpjmagmjncogbfejbdagipklnnogmfaf
Deskripsi Replaces images of Trump with delicious salads.
Ukuran File 480 KB
Jumlah Instalasi 13
Versi Saat Ini 0.3.3
Terakhir Diperbarui 2016-12-10
Tanggal Publikasi 2016-12-10
Penilaian 3.67/5 Total 3 Penilaian
Pengembang Salad-o-matic
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    }
}