Wandering Cat

The cat wanders

What is Wandering Cat?

Wandering Cat is a Chrome extension developed by willmccambley, and its main feature is "The cat wanders".

Extension Screenshots

screenshot
screenshot

Download Wandering Cat Extension CRX File

Download Wandering Cat 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

                        This extension creates an 8-bit cat that will walk randomly around your browser. You can double click to remove the cat.                    

Extension Basic Information

Name Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
Official URL https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
Description The cat wanders
File Size 165 KB
Installation Count 193
Current Version 2.01
Last Updated 2021-12-01
Publish Date 2021-11-30
Rating 5.00/5 Total 3 Ratings
Developer willmccambley
Email [email protected]
Payment Type free
Extension Website https://sedoc.codes
Help Page URL https://github.com/WillCMcC/cat_wanderer
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Wandering Cat",
    "description": "The cat wanders",
    "version": "2.01",
    "permissions": [],
    "browser_action": {
        "default_icon": "img\/F_SIT.png",
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/catman.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "lib\/onload.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "img\/*"
    ]
}