Trump-To-Babbling-Idiot

Replaces any mention of our president with 'Babbling Idiot'.

Apa itu Trump-To-Babbling-Idiot?

Trump-To-Babbling-Idiot adalah ekstensi Chrome yang dikembangkan oleh Ryan Ristine, dan fitur utamanya adalah "Replaces any mention of our president with 'Babbling Idiot'.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trump-To-Babbling-Idiot

Unduh file ekstensi Trump-To-Babbling-Idiot 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

                        This Extension replaces any mention of Donald Trump and replaces it with "Babbling Idiot"

THIS IS HEAVILY HEAVILY HEAVILY based on "Cloud-to-Butt" 

please support the developer of Cloud-to-butt https://github.com/panicsteve/cloud-to-butt                    

Informasi Dasar Ekstensi

Nama Trump-To-Babbling-Idiot Trump-To-Babbling-Idiot
ID hheclhiapblfldlcbfpcpocidogaplcn
URL Resmi https://chrome.google.com/webstore/detail/trump-to-babbling-idiot/hheclhiapblfldlcbfpcpocidogaplcn
Deskripsi Replaces any mention of our president with 'Babbling Idiot'.
Ukuran File 780 KB
Jumlah Instalasi 48
Versi Saat Ini 1.1.2
Terakhir Diperbarui 2017-01-21
Tanggal Publikasi 2017-01-21
Penilaian 2.33/5 Total 3 Penilaian
Pengembang Ryan Ristine
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.ryanristine.com
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "manifest_version": 2,
    "icons": {
        "48": "\/Images\/logo.png"
    },
    "description": "Replaces any mention of our president with 'Babbling Idiot'.",
    "name": "Trump-To-Babbling-Idiot",
    "version": "1.1.2"
}