Foot Cursor

Your cursor is now a foot

什么是Foot Cursor?

Foot Cursor是由http://pablorochat.com开发的Chrome扩展程序,该扩展的主要功能是“Your cursor is now a foot”。

扩展截图

screenshot

下载Foot Cursor扩展crx文件

下载Foot Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Your cursor is now a foot                    

扩展基本信息

名称 Foot Cursor Foot Cursor
ID epcgmgkeenlbhaihbagjplaahcioehke
官方URL https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke
简介 Your cursor is now a foot
文件大小 20.1 KB
安装次数 648
当前版本 3.0
更新时间 2019-12-05
上架时间 2019-12-05
评分 4.64/5 共14次评分
开发者 http://pablorochat.com
付费类型 free
支持的语言 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"
    ]
}