Wandering Cat

The cat wanders

Cos'è Wandering Cat?

Wandering Cat è un'estensione di Chrome sviluppata da willmccambley, e la sua funzione principale è "The cat wanders".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Wandering Cat

Scarica i file di estensione Wandering Cat in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
URL Ufficiale https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
Descrizione The cat wanders
Dimensione del File 165 KB
Conteggio Installazioni 193
Versione Corrente 2.01
Ultimo Aggiornamento 2021-12-01
Data di Pubblicazione 2021-11-30
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore willmccambley
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://sedoc.codes
URL della Pagina di Aiuto https://github.com/WillCMcC/cat_wanderer
Lingue Supportate 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\/*"
    ]
}