Style Cursor
Custom mouse cursors! Change the cursor to cute custom pointer
什么是Style Cursor?
Style Cursor是由goodmoviesinfo开发的Chrome扩展程序,该扩展的主要功能是“Custom mouse cursors! Change the cursor to cute custom pointer”。
扩展截图
下载Style Cursor扩展crx文件
下载Style Cursor扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Make your cursor FANSY one :)
🚀 Choose from the next custom mouse pointers:
⭐️ Simple blue arrow cursor
⭐️ Rocket mouse
⭐️ Heart cursor
⭐️ Pizza cursor
⭐️ and even more...
PS. It doesn’t work over browser toolbar or on settings pages.
Completely free and with no ads
Made with ❤️ by extension.expert 扩展基本信息
| 名称 | |
| ID | njbgkalfmgkchikknmaimfjmfjpnbnpm |
| 官方URL | https://chromewebstore.google.com/detail/style-cursor/njbgkalfmgkchikknmaimfjmfjpnbnpm |
| 简介 | Custom mouse cursors! Change the cursor to cute custom pointer |
| 文件大小 | 225 KB |
| 安装次数 | 4,020 |
| 当前版本 | 8 |
| 更新时间 | 2024-03-02 |
| 上架时间 | 2020-12-28 |
| 评分 | 3.88/5 共24次评分 |
| 开发者 | goodmoviesinfo |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.verblike.com/chrome-extensions-privacy-policy |
| 支持的语言 | en |
| manifest.json | |
{
"action": {
"default_icon": "icon.png",
"default_popup": "dialog\/index.html",
"default_title": "Change your Cursor here"
},
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"all_frames": true,
"css": [
"content\/style.css"
],
"js": [
"content\/content.js"
]
},
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content\/common.js"
]
}
],
"description": "Custom mouse cursors! Change the cursor to cute custom pointer",
"host_permissions": [
"*:\/\/*\/*"
],
"icons": {
"128": "icon.png",
"16": "icon.png",
"48": "icon.png"
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAmG8gmP1j+\/oU6e9nQ1oG+K2BjXrO\/wfwtqfWmiGLLn\/hiZd7lRLQp\/Sbph9NZYqxs1kS6y5UAhiFvZ5SOYiGqY7b4iTu0fJQliaDV4VwT1oKREANA9arXsHfDM8DdiLqOFacrIdDquz+CTDku91o\/KlMyecl3MFpCdKn2oXuL4gSaJEslTreYJcJjHoViexI9wG7IURFpKxAPVep7h1dkN9bNLOlv1xjLnWgpzy\/nrDLWGeFIaWZ8u56RiJ8nSAzIuiZLJDCmPBjGXsHCuvPjV7AteX+VMfnMU\/1KHpjEvpYG02Hey39\/\/\/UQxLpRjS1mvPQTQkJMXffuio4Y7To4wIDAQAB",
"manifest_version": 3,
"name": "Style Cursor",
"offline_enabled": true,
"permissions": [
"storage",
"tabs",
"scripting",
"activeTab"
],
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"version": "8",
"web_accessible_resources": [
{
"extension_ids": [],
"matches": [
"*:\/\/*\/*"
],
"resources": [
"images\/*",
"content\/*",
"js\/*"
]
}
]
} | |