Meow You See Me

He do be hiding tho

Qu'est-ce que Meow You See Me ?

Meow You See Me est une extension Chrome développée par James Weber, et sa fonction principale est "He do be hiding tho".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Meow You See Me

Téléchargez les fichiers d'extension Meow You See Me au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Meow You See Me Meow You See Me
ID ihkongdgoakeofnnepndjmffbpcghgei
URL Officiel https://chromewebstore.google.com/detail/meow-you-see-me/ihkongdgoakeofnnepndjmffbpcghgei
Description He do be hiding tho
Taille du Fichier 77.85 KB
Nombre d'Installations 8,000
Version Actuelle 1.2.1
Dernière Mise à Jour 2023-06-09
Date de Publication 2021-10-20
Évaluation 4.34/5 Total 32 Évaluations
Développeur James Weber
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    }
}