Сustom game cursors
Replaces the standard mouse cursor. Choose your own cursor style from our collection.
Qu'est-ce que Сustom game cursors ?
Сustom game cursors est une extension Chrome développée par Animecursors, et sa fonction principale est "Replaces the standard mouse cursor. Choose your own cursor style from our collection.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Сustom game cursors
Téléchargez les fichiers d'extension Сustom game 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
Choose the cursor that suits you, in the "Custom game cursors" package you can find exactly the one that suits you, because we provide you with more than 50 different cursors on many game themes. -------------- In order to select the cursor, just install our extension and select the icon by opening it in your menu, if you want to return your previous cursor, just click the "Disable" button at the bottom of the page. ------------- You can also choose the appropriate size of the cursor that you like to do this, press "+" or "-" in the extension window. ------------ P.S This extension does not work on the main page of Google or in the Google Chrome store, (Google policy) for correct operation, select the cursor in another tab if necessary, refresh the browser page. ------------- Please rate us and write what you would like to see in this extension and share with your friends, it will help us a lot. =)
Informations de Base sur l'Extension
Nom | |
ID | ogdhddcimhbboinapghdpgjmncipoeea |
URL Officiel | https://chrome.google.com/webstore/detail/%D1%81ustom-game-cursors/ogdhddcimhbboinapghdpgjmncipoeea |
Description | Replaces the standard mouse cursor. Choose your own cursor style from our collection. |
Taille du Fichier | 1.86 MB |
Nombre d'Installations | 2,000 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2021-02-10 |
Date de Publication | 2021-02-10 |
Évaluation | 5.00/5 Total 5 Évaluations |
Développeur | Animecursors |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "\u0421ustom game cursors", "description": "Replaces the standard mouse cursor. Choose your own cursor style from our collection.", "version": "1.0.0", "browser_action": { "default_popup": "popup.html" }, "icons": { "16": "img\/icon16.png", "32": "img\/icon32.png", "48": "img\/icon48.png", "128": "img\/icon128.png" }, "content_scripts": [ { "js": [ "scripts\/content.js" ], "matches": [ "*:\/\/*\/*" ], "all_frames": true, "run_at": "document_start" } ], "permissions": [ "storage", "*:\/\/*\/*" ] } |