Foot Cursor

Your cursor is now a foot

Was ist Foot Cursor?

Foot Cursor ist eine Chrome-Erweiterung, die von http://pablorochat.com entwickelt wurde, und ihr Hauptmerkmal ist "Your cursor is now a foot".

Erweiterungsscreenshots

screenshot

Foot Cursor-Erweiterungs-CRX-Datei herunterladen

Laden Sie Foot Cursor-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Your cursor is now a foot                    

Grundlegende Informationen zur Erweiterung

Name Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
Offizielle URL https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
Beschreibung Your cursor is now a foot
Dateigröße 20.1 KB
Installationsanzahl 648
Aktuelle Version 3.0
Letztes Update 2019-12-05
Veröffentlichungsdatum 2019-12-05
Bewertung 4.64/5 Insgesamt 14 Bewertungen
Entwickler http://pablorochat.com
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Foot Cursor",
    "description": "Your cursor is now a foot",
    "version": "3.0",
    "manifest_version": 2,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "toeclick.css"
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "icon.png"
    },
    "icons": {
        "64": "icon64.png",
        "128": "icon128.png"
    },
    "web_accessible_resources": [
        "click.png",
        "click.2x.png",
        "hover.png",
        "hover.2x.png"
    ]
}