Сustom game cursors
Replaces the standard mouse cursor. Choose your own cursor style from our collection.
Сustom game cursorsとは何ですか?
Сustom game cursorsはAnimecursorsによって開発されたChromeの拡張機能で、その主な機能は「Replaces the standard mouse cursor. Choose your own cursor style from our collection.」です。
拡張機能のスクリーンショット
Сustom game cursors拡張機能のCRXファイルをダウンロード
Сustom game cursors拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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. =)
拡張機能の基本情報
名前 | |
ID | ogdhddcimhbboinapghdpgjmncipoeea |
公式URL | https://chrome.google.com/webstore/detail/%D1%81ustom-game-cursors/ogdhddcimhbboinapghdpgjmncipoeea |
説明 | Replaces the standard mouse cursor. Choose your own cursor style from our collection. |
ファイルサイズ | 1.86 MB |
インストール数 | 2,000 |
現在のバージョン | 1.0.0 |
最終更新日 | 2021-02-10 |
公開日 | 2021-02-10 |
評価 | 5.00/5 合計 5 レビュー |
開発者 | Animecursors |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | 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", "*:\/\/*\/*" ] } |