Poketrump

Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.

Apa itu Poketrump?

Poketrump adalah ekstensi Chrome yang dikembangkan oleh Unknown, dan fitur utamanya adalah "Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Poketrump

Unduh file ekstensi Poketrump 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 changes Donald Trump's name to the name of a Pokemon chosen at random on page load. Because I like Pokémon and it makes reading the news easier. All Pokémon are copyright of their owners (the Pokémon Company, GameFreak, Nintendo, etc.) I believe that as a non-commercial work of fan art this complies with fair use. (Please no one sue me.)                    

Informasi Dasar Ekstensi

Nama Poketrump Poketrump
ID pbcegjochobeogpdlbkokdehmoeafdlb
URL Resmi https://chromewebstore.google.com/detail/poketrump/pbcegjochobeogpdlbkokdehmoeafdlb
Deskripsi Changes any mention of Donald Trump to the name of a random Pokémon. Not for commercial use.
Ukuran File 7.79 KB
Jumlah Instalasi 80
Versi Saat Ini 0.1
Terakhir Diperbarui 2016-04-09
Tanggal Publikasi 2016-04-09
Penilaian 4.38/5 Total 13 Penilaian
Pengembang Unknown
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Poketrump",
    "description": "Changes any mention of Donald Trump to the name of a random Pok\u00e9mon. Not for commercial use.",
    "version": "0.1",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_end"
        }
    ]
}