Wandering Cat

The cat wanders

Wat is Wandering Cat?

Wandering Cat is een Chrome-extensie ontwikkeld door willmccambley, en de belangrijkste functie is "The cat wanders".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Wandering Cat

Download Wandering Cat-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
Officiële URL https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
Beschrijving The cat wanders
Bestandsgrootte 165 KB
Aantal Installaties 193
Huidige Versie 2.01
Laatst Bijgewerkt 2021-12-01
Publicatiedatum 2021-11-30
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar willmccambley
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://sedoc.codes
Help Pagina-URL https://github.com/WillCMcC/cat_wanderer
Ondersteunde Talen 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\/*"
    ]
}