Ferrari-Cursor
Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
什么是Ferrari-Cursor?
Ferrari-Cursor是由Reyesthef Fertzidenr开发的Chrome扩展程序,该扩展的主要功能是“Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…”。
扩展截图
下载Ferrari-Cursor扩展crx文件
下载Ferrari-Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Change your regular default cursor to a new custom Ferrari one.
Show your personality with a bright and beautiful mouse pointer on every web page. Now you can choose from cute and colorful mouse cursors. 扩展基本信息
| 名称 | |
| ID | icppcklehjhjleamppjpjhpdkhpeblfo |
| 官方URL | https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo |
| 简介 | Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on… |
| 文件大小 | 35.99 KB |
| 安装次数 | 136 |
| 当前版本 | 0.0.1 |
| 更新时间 | 2022-04-21 |
| 上架时间 | 2022-04-21 |
| 评分 | 5.00/5 共25次评分 |
| 开发者 | Reyesthef Fertzidenr |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://nopaste.ml |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"action": {
"default_icon": {
"128": "assets\/icons\/logo128.png",
"32": "assets\/icons\/logo32.png",
"16": "assets\/icons\/logo16.png"
}
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"all_frames": false,
"js": [
"app.js"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"content_security_policy": {
"isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
},
"default_locale": "en",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "assets\/icons\/logo128.png",
"32": "assets\/icons\/logo32.png",
"16": "assets\/icons\/logo16.png"
},
"manifest_version": 3,
"name": "Ferrari-Cursor",
"permissions": [
"storage"
],
"version": "0.0.1",
"web_accessible_resources": [
{
"matches": [
"*:\/\/*\/*"
],
"resources": [
"assets\/*.*"
]
}
]
} | |