Mine-Craft Cursors
Replaces the standard mouse cursor.
Τι είναι το Mine-Craft Cursors;
Το Mine-Craft Cursors είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον minecursorsproject, και η κύρια λειτουργία του είναι "Replaces the standard mouse cursor.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mine-Craft Cursors
Λήψη αρχείων επέκτασης Mine-Craft Cursors σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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. -------------------
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | hfphbjkpbdaagnfbdalaokgbelecjhpo |
Επίσημο URL | https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo |
Περιγραφή | Replaces the standard mouse cursor. |
Μέγεθος Αρχείου | 256 KB |
Αριθμός Εγκαταστάσεων | 10,000 |
Τρέχουσα Έκδοση | 1.0.0 |
Τελευταία Ενημέρωση | 2020-12-13 |
Ημερομηνία Δημοσίευσης | 2020-12-13 |
Αξιολόγηση | 4.05/5 Συνολικά 65 Αξιολογήσεις |
Προγραμματιστής | minecursorsproject |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
URL της Σελίδας Πολιτικής Απορρήτου | https://coolcursors.store/mc/privacy |
Υποστηριζόμενες Γλώσσες | 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", "*:\/\/*\/*" ] } |