Trump to Kitten

Replaces pictures of Trump with pictures of kittens

Apa itu Trump to Kitten?

Trump to Kitten adalah ekstensi Chrome yang dikembangkan oleh rtharrington, dan fitur utamanya adalah "Replaces pictures of Trump with pictures of kittens".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Trump to Kitten

Unduh file ekstensi Trump to Kitten 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

                        A Donald-oriented version of Stop Tony Meow, which turned the former prime minister of Australia, Tony Abbott, into kittens.                    

Informasi Dasar Ekstensi

Nama Trump to Kitten Trump to Kitten
ID beomfpdbplioicfnipbchephbgfbpbmg
URL Resmi https://chromewebstore.google.com/detail/trump-to-kitten/beomfpdbplioicfnipbchephbgfbpbmg
Deskripsi Replaces pictures of Trump with pictures of kittens
Ukuran File 34.05 KB
Jumlah Instalasi 224
Versi Saat Ini 1.0.1
Terakhir Diperbarui 2016-10-19
Tanggal Publikasi 2016-10-18
Penilaian 3.78/5 Total 9 Penilaian
Pengembang rtharrington
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Trump to Kitten",
    "short_name": "T2K",
    "version": "1.0.1",
    "description": "Replaces pictures of Trump with pictures of kittens",
    "icons": {
        "48": "icons\/ttk-48.png",
        "96": "icons\/ttk-96.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "match_about_blank": true,
            "js": [
                "content_script.js"
            ],
            "all_frames": true
        }
    ]
}