Monster Hunter Meowstress Image Replacer

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

O que é Monster Hunter Meowstress Image Replacer?

Monster Hunter Meowstress Image Replacer é uma extensão do Chrome desenvolvida por Alec Chen, e sua principal característica é "Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Monster Hunter Meowstress Image Replacer

Baixe arquivos de extensão Monster Hunter Meowstress Image Replacer no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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/                    

Informações Básicas da Extensão

Nome Monster Hunter Meowstress Image Replacer Monster Hunter Meowstress Image Replacer
ID pohcnicpibplgpfbakkkpkeblmbbhifh
URL Oficial https://chromewebstore.google.com/detail/monster-hunter-meowstress/pohcnicpibplgpfbakkkpkeblmbbhifh
Descrição Simple extension that replaces all images with pictures of meowstress/nekojo/Catalina from Monster Hunter Generations! Don't ask…
Tamanho do Arquivo 6.31 MB
Contagem de Instalações 13
Versão Atual 0.1
Última Atualização 2018-08-19
Data de Publicação 2018-08-19
Classificação 5.00/5 Total de 1 Avaliações
Desenvolvedor Alec Chen
Tipo de Pagamento free
Idiomas Suportados 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"
            ]
        }
    ]
}