Foot Cursor
Your cursor is now a foot
Wat is Foot Cursor?
Foot Cursor is een Chrome-extensie ontwikkeld door http://pablorochat.com, en de belangrijkste functie is "Your cursor is now a foot".
Extensie Screenshots
Download het CRX-bestand van de extensie Foot Cursor
Download Foot Cursor-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Your cursor is now a foot
Basisinformatie over de Extensie
Naam | |
ID | epcgmgkeenlbhaihbagjplaahcioehke |
Officiële URL | https://chrome.google.com/webstore/detail/foot-cursor/epcgmgkeenlbhaihbagjplaahcioehke |
Beschrijving | Your cursor is now a foot |
Bestandsgrootte | 20.1 KB |
Aantal Installaties | 648 |
Huidige Versie | 3.0 |
Laatst Bijgewerkt | 2019-12-05 |
Publicatiedatum | 2019-12-05 |
Beoordeling | 4.64/5 Totaal 14 Beoordelingen |
Ontwikkelaar | http://pablorochat.com |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |