Mine-Craft Cursors
Replaces the standard mouse cursor.
Wat is Mine-Craft Cursors?
Mine-Craft Cursors is een Chrome-extensie ontwikkeld door minecursorsproject, en de belangrijkste functie is "Replaces the standard mouse cursor.".
Extensie Screenshots
Download het CRX-bestand van de extensie Mine-Craft Cursors
Download Mine-Craft Cursors-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
9 Minecraft cursors, choose your own cursor style. Just click on the cursor you like and it will replace the default cursor :) You can resize the cursor of your choice from 16x16 to 128x128 pixels. ------------------- ! After installing this extension, refresh the previously opened tab if you want to use it on this page. ! According to the rules of the Chrome Web Store extension can not work on the store pages and home page. Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it. -------------------
Basisinformatie over de Extensie
Naam | |
ID | hfphbjkpbdaagnfbdalaokgbelecjhpo |
Officiële URL | https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo |
Beschrijving | Replaces the standard mouse cursor. |
Bestandsgrootte | 256 KB |
Aantal Installaties | 10,000 |
Huidige Versie | 1.0.0 |
Laatst Bijgewerkt | 2020-12-13 |
Publicatiedatum | 2020-12-13 |
Beoordeling | 4.05/5 Totaal 65 Beoordelingen |
Ontwikkelaar | minecursorsproject |
[email protected] | |
Betalingswijze | free |
URL van de Privacybeleid Pagina | https://coolcursors.store/mc/privacy |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Mine-Craft Cursors", "description": "Replaces the standard mouse cursor.", "version": "1.0.0", "browser_action": { "default_popup": "popup.html" }, "icons": { "128": "img\/icon.png" }, "background": { "scripts": [ "background_s.js" ] }, "content_scripts": [ { "js": [ "content_s.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "tabs", "*:\/\/*\/*" ] } |