Cool Cursors - Custom Cursor for Chrome

Customize your experience of using the Chrome browser with cool free mouse cursors.

什麼是Cool Cursors - Custom Cursor for Chrome?

Cool Cursors - Custom Cursor for Chrome是由coolcursorsproject開發的Chrome擴展程式,該擴展的主要功能是“Customize your experience of using the Chrome browser with cool free mouse cursors.”。

擴展截圖

screenshot

下載Cool Cursors - Custom Cursor for Chrome擴展crx文件

下載Cool Cursors - Custom Cursor for Chrome擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        36 cursors for your choice.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 32x32 to 128x128px.

-------------------
! 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.
-------------------                    

擴展基本資訊

名稱 Cool Cursors - Custom Cursor for Chrome Cool Cursors - Custom Cursor for Chrome
ID lkfenbemiijadblhlgikkdibckpjaacc
官方網址 https://chromewebstore.google.com/detail/cool-cursors-custom-curso/lkfenbemiijadblhlgikkdibckpjaacc
簡介 Customize your experience of using the Chrome browser with cool free mouse cursors.
檔案大小 1.06 MB
安裝次數 20,000
目前版本 2.0.1
更新時間 2022-10-21
上架時間 2020-12-09
評分 4.54/5 共 191 次評分
開發者 coolcursorsproject
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://docs.google.com/document/d/16uLmdhKC16r6WpaWnuHxUqcaERPNmAbAb0lcwXu6qUs/edit?usp=sharing
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cool Cursors - Custom Cursor for Chrome",
    "description": "Customize your experience of using the Chrome browser with cool free mouse cursors.",
    "version": "2.0.1",
    "icons": {
        "32": "logo\/logo_32.png",
        "64": "logo\/logo_64.png",
        "128": "logo\/logo_128.png"
    },
    "action": {
        "default_icon": "logo\/logo_32.png",
        "default_popup": "index.html"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ]
}