Mine-Craft Cursors

Replaces the standard mouse cursor.

什么是Mine-Craft Cursors?

Mine-Craft Cursors是由minecursorsproject开发的Chrome扩展程序,该扩展的主要功能是“Replaces the standard mouse cursor.”。

扩展截图

screenshot
screenshot

下载Mine-Craft Cursors扩展crx文件

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

扩展使用说明

                        9 Minecraft cursors, choose your own cursor style.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

扩展基本信息

名称 Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
官方URL https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
简介 Replaces the standard mouse cursor.
文件大小 256 KB
安装次数 10,000
当前版本 1.0.0
更新时间 2020-12-13
上架时间 2020-12-13
评分 4.05/5 共65次评分
开发者 minecursorsproject
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://coolcursors.store/mc/privacy
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background_s.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}