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ファイルをダウンロード

Meow You See Me拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}