Amazing cursors

Replaces the standard mouse cursor in the browser.

什麼是Amazing cursors?

Amazing cursors是由harrycursors開發的Chrome擴展程式,該擴展的主要功能是“Replaces the standard mouse cursor in the browser.”。

擴展截圖

screenshot

下載Amazing cursors擴展crx文件

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

擴展使用說明

                        More than 150 amazing and varied cursors that will help you spend time on the Internet a little more diverse. If you’re tired of the standard cursor, just download our cursor pack and choose what you like, and because we have a huge selection, everyone will be able to choose exactly what he likes.
****
In order to set the cursor, simply click on the marshmallow icon that appears after installing this extension and select exactly what you liked, if you want to return the standard cursor, just click the default cursors button and the original image of the mouse will return.
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work.
****
Please share this pack of cursors with your friends and rate our quality.
****




cursors
cursors for minecraft 
cursors for dota 2
cursors for pubg 
cursors for fortnite 
cursors for fortnite                    

擴展基本資訊

名稱 Amazing cursors Amazing cursors
ID ahmkachknhnpcjeopokinafmcnpkjgce
官方網址 https://chrome.google.com/webstore/detail/amazing-cursors/ahmkachknhnpcjeopokinafmcnpkjgce
簡介 Replaces the standard mouse cursor in the browser.
檔案大小 334 KB
安裝次數 357
目前版本 1.2.2
更新時間 2021-04-21
上架時間 2021-04-21
評分 5.00/5 共 3 次評分
開發者 harrycursors
電子郵箱 [email protected]
付費類型 free
支援的語言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazing cursors",
    "description": "Replaces the standard mouse cursor in the browser.",
    "version": "1.2.2",
    "browser_action": {
        "default_title": "Click to open Amazing cursors",
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "cursors\/pack1\/*.*",
        "cursors\/pack2\/*.*"
    ]
}