Meow You See Me

He do be hiding tho

O que é Meow You See Me?

Meow You See Me é uma extensão do Chrome desenvolvida por James Weber, e sua principal característica é "He do be hiding tho".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Meow You See Me

Baixe arquivos de extensão Meow You See Me 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

                        Cats love playing hide and seek!😸😺 
Hide a secret cat on every page you visit

Meow You See Me will place a small cat in a random place on every site you visit. Find a cat to launch it off your screen and into your collection. There are many different cats for you to collect, try to find them all! You can view your cats on the Meow You See Me pop-up page, by clicking on the extension's icon in your toolbar. 

Collectable cats include:
- the stealthy Ninja Cat
- the divine Pharaoh Cat
- the spooky Ghost Cat
- the miraculous Magic Cat
- the allusive Unicorn Cat
...and many more!

Thank you for helping Meow You See Me reach 5000 Active Users!
If you are enjoying the extension, please consider rating it on the Chrome Web Store. It helps meow't a lot!                    

Informações Básicas da Extensão

Nome Meow You See Me Meow You See Me
ID ihkongdgoakeofnnepndjmffbpcghgei
URL Oficial https://chromewebstore.google.com/detail/meow-you-see-me/ihkongdgoakeofnnepndjmffbpcghgei
Descrição He do be hiding tho
Tamanho do Arquivo 77.85 KB
Contagem de Instalações 8,000
Versão Atual 1.2.1
Última Atualização 2023-06-09
Data de Publicação 2021-10-20
Classificação 4.34/5 Total de 32 Avaliações
Desenvolvedor James Weber
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Meow You See Me",
    "version": "1.2.1",
    "icons": {
        "16": "cat_16.png",
        "32": "cat_32.png",
        "48": "cat_48.png",
        "128": "cat_128.png"
    },
    "description": "He do be hiding tho",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "jsoncatdata.js",
                "specialFunctions.js"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "Meow You See Me"
    }
}