Mine-Craft Cursors
Replaces the standard mouse cursor.
Mine-Craft Cursorsとは何ですか?
Mine-Craft Cursorsはminecursorsprojectによって開発されたChromeの拡張機能で、その主な機能は「Replaces the standard mouse cursor.」です。
拡張機能のスクリーンショット
Mine-Craft Cursors拡張機能のCRXファイルをダウンロード
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 |
Eメール | [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", "*:\/\/*\/*" ] } |