Meow You See Me

He do be hiding tho

What is Meow You See Me?

Meow You See Me is a Chrome extension developed by James Weber, and its main feature is "He do be hiding tho".

Extension Screenshots

screenshot
screenshot
screenshot

Download Meow You See Me Extension CRX File

Download Meow You See Me extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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!                    

Extension Basic Information

Name Meow You See Me Meow You See Me
ID ihkongdgoakeofnnepndjmffbpcghgei
Official URL https://chromewebstore.google.com/detail/meow-you-see-me/ihkongdgoakeofnnepndjmffbpcghgei
Description He do be hiding tho
File Size 77.85 KB
Installation Count 8,000
Current Version 1.2.1
Last Updated 2023-06-09
Publish Date 2021-10-20
Rating 4.34/5 Total 32 Ratings
Developer James Weber
Email [email protected]
Payment Type free
Supported Languages 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"
    }
}