Change Cursor for Browser Unlimited

Change the mouse cursor in the browser to cute icon or update image

什么是Change Cursor for Browser Unlimited?

Change Cursor for Browser Unlimited是由AppPro开发的Chrome扩展程序,该扩展的主要功能是“Change the mouse cursor in the browser to cute icon or update image”。

扩展截图

screenshot
screenshot
screenshot

下载Change Cursor for Browser Unlimited扩展crx文件

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

扩展使用说明

                        + Change the mouse cursor in the browser to to any picture you like with a large icons and free.
+ Style Cursor for Browser - Free & Unlimited
+ Have fun with a custom cursor for Chrome. Use our collections of cursors or upload your own cursor. Install custom cursors for free.
+ This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as                    

扩展基本信息

名称 Change Cursor for Browser Unlimited Change Cursor for Browser Unlimited
ID gggmnicflbicobcelmacaheaapbbkjdb
官方URL https://chromewebstore.google.com/detail/change-cursor-for-browser/gggmnicflbicobcelmacaheaapbbkjdb
简介 Change the mouse cursor in the browser to cute icon or update image
文件大小 2.65 MB
安装次数 114
当前版本 1.0.1
更新时间 2023-05-02
上架时间 2023-04-02
开发者 AppPro
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://sites.google.com/view/mailunreadprivacy/home
支持的语言 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "128": "\/assets\/icons\/icon256.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon256.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}