Mine-Craft Cursors
Replaces the standard mouse cursor.
Qu'est-ce que Mine-Craft Cursors ?
Mine-Craft Cursors est une extension Chrome développée par minecursorsproject, et sa fonction principale est "Replaces the standard mouse cursor.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Mine-Craft Cursors
Téléchargez les fichiers d'extension Mine-Craft Cursors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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. -------------------
Informations de Base sur l'Extension
Nom | |
ID | hfphbjkpbdaagnfbdalaokgbelecjhpo |
URL Officiel | https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo |
Description | Replaces the standard mouse cursor. |
Taille du Fichier | 256 KB |
Nombre d'Installations | 10,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2020-12-13 |
Date de Publication | 2020-12-13 |
Évaluation | 4.05/5 Total 65 Évaluations |
Développeur | minecursorsproject |
[email protected] | |
Type de Paiement | free |
URL de la Page de Politique de Confidentialité | https://coolcursors.store/mc/privacy |
Langues Prises en Charge | 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", "*:\/\/*\/*" ] } |