Foot Cursor
Your cursor is now a foot
What is Foot Cursor?
Foot Cursor is a Chrome extension developed by http://pablorochat.com, and its main feature is "Your cursor is now a foot".
Extension Screenshots
Download Foot Cursor Extension CRX File
Download Foot Cursor extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Your cursor is now a foot
Extension Basic Information
Name | |
ID | epcgmgkeenlbhaihbagjplaahcioehke |
Official URL | https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke |
Description | Your cursor is now a foot |
File Size | 20.1 KB |
Installation Count | 648 |
Current Version | 3.0 |
Last Updated | 2019-12-05 |
Publish Date | 2019-12-05 |
Rating | 4.64/5 Total 14 Ratings |
Developer | http://pablorochat.com |
Payment Type | free |
Supported Languages | 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" ] } |