Monster Hunter Meowstress Image Replacer

Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…

Apa itu Monster Hunter Meowstress Image Replacer?

Monster Hunter Meowstress Image Replacer adalah ekstensi Chrome yang dikembangkan oleh Alec Chen, dan fitur utamanya adalah "Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Monster Hunter Meowstress Image Replacer

Unduh file ekstensi Monster Hunter Meowstress Image Replacer 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

                        Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! 

Don't ask why.

Also the images change every second for your epileptic enjoyment! \o/                    

Informasi Dasar Ekstensi

Nama Monster Hunter Meowstress Image Replacer Monster Hunter Meowstress Image Replacer
ID pohcnicpibplgpfbakkkpkeblmbbhifh
URL Resmi https://chromewebstore.google.com/detail/monster-hunter-meowstress/pohcnicpibplgpfbakkkpkeblmbbhifh
Deskripsi Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…
Ukuran File 6.31 MB
Jumlah Instalasi 13
Versi Saat Ini 0.1
Terakhir Diperbarui 2018-08-19
Tanggal Publikasi 2018-08-19
Penilaian 5.00/5 Total 1 Penilaian
Pengembang Alec Chen
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Monster Hunter Meowstress Image Replacer",
    "version": "0.1",
    "web_accessible_resources": [
        "nekojo\/*.jpg",
        "nekojo\/*.png",
        "nekojo\/*.PNG"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "nekojo.js"
            ]
        }
    ]
}