Fun Cursors

Have fun browsing the web with a new mouse cursor.

什么是Fun Cursors?

Fun Cursors是由https://appdepot.xyz开发的Chrome扩展程序,该扩展的主要功能是“Have fun browsing the web with a new mouse cursor.”。

扩展截图

screenshot
screenshot

下载Fun Cursors扩展crx文件

下载Fun Cursors扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

扩展基本信息

名称 Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
官方URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
简介 Have fun browsing the web with a new mouse cursor.
文件大小 121 KB
安装次数 10,000
当前版本 0.0.5
更新时间 2022-12-28
上架时间 2019-10-27
评分 2.93/5 共60次评分
开发者 https://appdepot.xyz
电子邮箱 [email protected]
付费类型 free
支持的语言 de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}