Custom Cursors

Replace the old boring cursor with a new one or load your own.

什麼是Custom Cursors?

Custom Cursors是由vstin92開發的Chrome擴展程式,該擴展的主要功能是“Replace the old boring cursor with a new one or load your own.”。

擴展截圖

screenshot

下載Custom Cursors擴展crx文件

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

擴展使用說明

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

擴展基本資訊

名稱 Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
官方網址 https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
簡介 Replace the old boring cursor with a new one or load your own.
檔案大小 5.8 MB
安裝次數 10,000
目前版本 1.5
更新時間 2022-01-27
上架時間 2021-05-11
評分 3.36/5 共 22 次評分
開發者 vstin92
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}