Love Heart Cursor
Appears heart-shaped when moving the mouse.
Love Heart Cursorとは何ですか?
Love Heart Cursorはnamdaikによって開発されたChromeの拡張機能で、その主な機能は「Appears heart-shaped when moving the mouse.」です。
拡張機能のスクリーンショット
Love Heart Cursor拡張機能のCRXファイルをダウンロード
Love Heart Cursor拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The appearance of the heart when moving the mouse is very beautiful.
拡張機能の基本情報
名前 | |
ID | ahgfjhfefonigkengebhdjikjokkgjlp |
公式URL | https://chrome.google.com/webstore/detail/love-heart-cursor/ahgfjhfefonigkengebhdjikjokkgjlp |
説明 | Appears heart-shaped when moving the mouse. |
ファイルサイズ | 258 KB |
インストール数 | 833 |
現在のバージョン | 0.0007 |
最終更新日 | 2021-09-23 |
公開日 | 2020-04-22 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | namdaik |
Eメール | [email protected] |
支払い方法 | free |
プライバシーポリシーページのURL | https://sites.google.com/view/ndk-extension-privacy-policy/trang-ch%E1%BB%A7 |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Love Heart Cursor", "version": "0.0007", "description": "Appears heart-shaped when moving the mouse.", "icons": { "19": "\/assets\/images\/tim\/logo-19x19.png", "128": "\/assets\/images\/tim\/logo-128x128.png", "16": "\/assets\/images\/tim\/logo-16x16.png", "38": "\/assets\/images\/tim\/logo-38x38.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "assets\/libs\/jquery.js", "assets\/js\/client.js" ], "run_at": "document_end" } ], "action": { "default_icon": "\/assets\/images\/tim\/logo-19x19.png", "default_popup": "pages\/options.html" }, "options_page": "pages\/options.html", "permissions": [ "storage", "activeTab" ] } |