Donald Trump To Lord Dampnut

Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'

Apa itu Donald Trump To Lord Dampnut?

Donald Trump To Lord Dampnut adalah ekstensi Chrome yang dikembangkan oleh Prateek, dan fitur utamanya adalah "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Donald Trump To Lord Dampnut

Unduh file ekstensi Donald Trump To Lord Dampnut 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

                        Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. For optimal experience, it also changes the text 'Donald' to 'Lord' and 'Trump' to 'Dampnut'.

Credit goes to to Colin Mochrie for coining the anagram! http://www.urbandictionary.com/define.php?term=lord+dampnut                    

Informasi Dasar Ekstensi

Nama Donald Trump To Lord Dampnut Donald Trump To Lord Dampnut
ID hchnjchopdcefnppdkmcfmnofnanijfg
URL Resmi https://chromewebstore.google.com/detail/donald-trump-to-lord-damp/hchnjchopdcefnppdkmcfmnofnanijfg
Deskripsi Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'
Ukuran File 374 KB
Jumlah Instalasi 34
Versi Saat Ini 1.0
Terakhir Diperbarui 2017-02-06
Tanggal Publikasi 2017-02-05
Penilaian 3.40/5 Total 5 Penilaian
Pengembang Prateek
Tipe Pembayaran free
Bahasa yang Didukung en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Donald Trump To Lord Dampnut",
    "version": "1.0",
    "description": "Replaces the text 'Donald Trump' with 'Lord Dampnut' - anagram of his name. Also changes 'Donald' to 'Lord' and 'Trump' to 'Dampnut'",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content_script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_icon": "icon32.png"
    }
}