Mine-Craft Cursors
Replaces the standard mouse cursor.
Co je Mine-Craft Cursors?
Mine-Craft Cursors je rozšíření Chrome vyvinuté minecursorsproject, a jeho hlavní funkcí je „Replaces the standard mouse cursor.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Mine-Craft Cursors
Stáhněte si soubory rozšíření Mine-Craft Cursors ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. -------------------
Základní Informace o Rozšíření
Název | |
ID | hfphbjkpbdaagnfbdalaokgbelecjhpo |
Oficiální URL | https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo |
Popis | Replaces the standard mouse cursor. |
Velikost souboru | 256 KB |
Počet instalací | 10,000 |
Aktuální Verze | 1.0.0 |
Poslední Aktualizace | 2020-12-13 |
Datum Vydání | 2020-12-13 |
Hodnocení | 4.05/5 Celkem 65 Hodnocení |
Vývojář | minecursorsproject |
[email protected] | |
Typ Platby | free |
URL Stránky Zásad Ochrany Soukromí | https://coolcursors.store/mc/privacy |
Podporované Jazyky | 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", "*:\/\/*\/*" ] } |