Foot Cursor

Your cursor is now a foot

Co to jest Foot Cursor?

Foot Cursor to rozszerzenie Chrome opracowane przez http://pablorochat.com, a jego główną funkcją jest „Your cursor is now a foot”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Foot Cursor

Pobierz pliki rozszerzeń Foot Cursor w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Your cursor is now a foot                    

Podstawowe informacje o rozszerzeniu

Nazwa Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
Oficjalny URL https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
Opis Your cursor is now a foot
Rozmiar pliku 20.1 KB
Liczba instalacji 648
Aktualna Wersja 3.0
Ostatnia Aktualizacja 2019-12-05
Data Publikacji 2019-12-05
Ocena 4.64/5 Łącznie 14 Oceny
Deweloper http://pablorochat.com
Typ Płatności free
Obsługiwane Języki 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"
    ]
}