Hide My Cursor
This extension hides the cursor on any page.
Wat is Hide My Cursor?
Hide My Cursor is een Chrome-extensie ontwikkeld door alex.biczak, en de belangrijkste functie is "This extension hides the cursor on any page.".
Download het CRX-bestand van de extensie Hide My Cursor
Download Hide My 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
Show and Hide your cursor with the click of a button!
Basisinformatie over de Extensie
Naam | |
ID | kmmnidodokgfbfijhedppchkenfdbedj |
Officiële URL | https://chrome.google.com/webstore/detail/hide-my-cursor/kmmnidodokgfbfijhedppchkenfdbedj |
Beschrijving | This extension hides the cursor on any page. |
Bestandsgrootte | 5.89 KB |
Aantal Installaties | 86 |
Huidige Versie | 0.0.5 |
Laatst Bijgewerkt | 2017-10-15 |
Publicatiedatum | 2017-10-15 |
Beoordeling | 1.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | alex.biczak |
Betalingswijze | free |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Hide My Cursor", "description": "This extension hides the cursor on any page.", "version": "0.0.5", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab" ] } |