“President” Trump

Replaces instances of President Trump with “President” Trump (adds quotations)

Apa itu “President” Trump?

“President” Trump adalah ekstensi Chrome yang dikembangkan oleh https://www.someguy.is, dan fitur utamanya adalah "Replaces instances of President Trump with “President” Trump (adds quotations)".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi “President” Trump

Unduh file ekstensi “President” Trump 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

                        It'll also insert "President" before mentions of Trump... because over the next 4 years, it's important to be reminded that his presidency is illegitimate. Give it a try, it's oddly soothing.                    

Informasi Dasar Ekstensi

Nama “President” Trump “President” Trump
ID mepmmhgfbgdepgombedfmppbjcjnaibg
URL Resmi https://chromewebstore.google.com/detail/%E2%80%9Cpresident%E2%80%9D-trump/mepmmhgfbgdepgombedfmppbjcjnaibg
Deskripsi Replaces instances of President Trump with “President” Trump (adds quotations)
Ukuran File 200 KB
Jumlah Instalasi 246
Versi Saat Ini 1.2
Terakhir Diperbarui 2017-01-21
Tanggal Publikasi 2017-01-21
Penilaian 4.73/5 Total 22 Penilaian
Pengembang https://www.someguy.is
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.someguy.is
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u201cPresident\u201d Trump",
    "short_name": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations",
    "version": "1.2",
    "description": "Replaces instances of President Trump with \u201cPresident\u201d Trump (adds quotations)",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "myscript.js"
            ],
            "run_at": "document_end"
        }
    ]
}