Meow You See Me

He do be hiding tho

Meow You See Me란 무엇입니까?

Meow You See Me은(는) James Weber에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "He do be hiding tho"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Meow You See Me 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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!                    

확장 프로그램 기본 정보

이름 Meow You See Me Meow You See Me
ID ihkongdgoakeofnnepndjmffbpcghgei
공식 URL https://chromewebstore.google.com/detail/meow-you-see-me/ihkongdgoakeofnnepndjmffbpcghgei
설명 He do be hiding tho
파일 크기 77.85 KB
설치 횟수 8,000
현재 버전 1.2.1
최근 업데이트 2023-06-09
출시 날짜 2021-10-20
평점 4.34/5 총 32 개의 평점
개발자 James Weber
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}