Custom Cursors

Now you can change the cursor at least every day.

什麼是Custom Cursors?

Custom Cursors是由ivanivanov19296開發的Chrome擴展程式,該擴展的主要功能是“Now you can change the cursor at least every day.”。

擴展截圖

screenshot

下載Custom Cursors擴展crx文件

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

擴展使用說明

                        To your attention the best product with a huge collection of bright cursors - Custom Cursors. Your browser will be completely different when you use our new extension. You can load any cursor or use the cursors that are already waiting for you in Custom Cursors. In your browser, you customize everything as you wish. All custom cursors are completely free and easy to use. Enjoy your time in a vibrant browser thanks to Custom Cursors. With one mouse click, go to the Custom Cursors installation and start using it with pleasure.                    

擴展基本資訊

名稱 Custom Cursors Custom Cursors
ID mfepaiehnddlfljcnjlajpkgfldjbinh
官方網址 https://chrome.google.com/webstore/detail/custom-cursors/mfepaiehnddlfljcnjlajpkgfldjbinh
簡介 Now you can change the cursor at least every day.
檔案大小 5.84 MB
安裝次數 6,000
目前版本 1.3
更新時間 2021-10-07
上架時間 2021-04-14
評分 1.36/5 共 11 次評分
開發者 ivanivanov19296
電子郵箱 [email protected]
付費類型 free
支援的語言 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Now you can change the cursor at least every day.",
    "version": "1.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg\/scripts\/classes\/CursorManager.js",
            "bg\/scripts\/defaultCursorsSettings.js",
            "bg\/scripts\/main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "extIcon.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "extIcon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "options_page": "extensionPages\/uploading\/uploading.html",
    "web_accessible_resources": [
        "content\/scripts\/*.js"
    ]
}