Foot Cursor

Your cursor is now a foot

Apa itu Foot Cursor?

Foot Cursor adalah ekstensi Chrome yang dikembangkan oleh http://pablorochat.com, dan fitur utamanya adalah "Your cursor is now a foot".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Foot Cursor

Unduh file ekstensi Foot Cursor dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Your cursor is now a foot                    

Informasi Dasar Ekstensi

Nama Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
URL Resmi https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
Deskripsi Your cursor is now a foot
Ukuran File 20.1 KB
Jumlah Instalasi 648
Versi Saat Ini 3.0
Terakhir Diperbarui 2019-12-05
Tanggal Publikasi 2019-12-05
Penilaian 4.64/5 Total 14 Penilaian
Pengembang http://pablorochat.com
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}