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 |
电子邮箱 | [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" ] } |