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
官方網址 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",
        "*:\/\/*\/*"
    ]
}