Wandering Cat

The cat wanders

Qu'est-ce que Wandering Cat ?

Wandering Cat est une extension Chrome développée par willmccambley, et sa fonction principale est "The cat wanders".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Wandering Cat

Téléchargez les fichiers d'extension Wandering Cat au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

Informations de Base sur l'Extension

Nom Wandering Cat Wandering Cat
ID fekmcdeljonllillnbjhophkhnjhhjpd
URL Officiel https://chromewebstore.google.com/detail/wandering-cat/fekmcdeljonllillnbjhophkhnjhhjpd
Description The cat wanders
Taille du Fichier 165 KB
Nombre d'Installations 193
Version Actuelle 2.01
Dernière Mise à Jour 2021-12-01
Date de Publication 2021-11-30
Évaluation 5.00/5 Total 3 Évaluations
Développeur willmccambley
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://sedoc.codes
URL de la Page d'Aide https://github.com/WillCMcC/cat_wanderer
Langues Prises en Charge 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\/*"
    ]
}