Cursor style - custom cursor for your browser

Cool, cute and funny cursors for Chrome™, choose from hundreds of options.

Cursor style - custom cursor for your browserคืออะไร?

Cursor style - custom cursor for your browser เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cursor.style และคุณลักษณะหลักของมันคือ "Cool, cute and funny cursors for Chrome™, choose from hundreds of options."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Cursor style - custom cursor for your browser

ดาวน์โหลดไฟล์ส่วนขยาย Cursor style - custom cursor for your browser ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        How to change the mouse cursor in the browser to a custom one? - All it takes is a couple of clicks!
Our collection has hundreds of cursors for every taste, divided into categories, the collections are updated regularly, so do not forget to visit our site from time to time.

All cursors are in vector format, which guarantees you perfect display quality on any screen and in any cursor size.

In the extension menu, you can easily change the size of the cursor, add it to your favorites or completely remove it from the list, it's very simple and convenient.
You can read more about all the functions of the extension on the site in the "How to use?" section.

Attention! Make sure you use the "Cursor Style" extension on any web page other than the Chrome Web Store, Google internal pages, and the Chrome home page, as Google policy prohibits the use of custom cursors on these pages.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Cursor style - custom cursor for your browser Cursor style - custom cursor for your browser
ID bmjmipppabdlpjccanalncobmbacckjn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cursor-style-custom-curso/bmjmipppabdlpjccanalncobmbacckjn
คำอธิบาย Cool, cute and funny cursors for Chrome™, choose from hundreds of options.
ขนาดไฟล์ 252 KB
จำนวนการติดตั้ง 224,094
เวอร์ชันปัจจุบัน 4.1.1
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2019-12-11
คะแนน 4.88/5 รวมทั้งหมด 2094 คะแนน
ผู้พัฒนา https://cursor.style
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cursor.style
URL หน้าช่วยเหลือ https://cursor.style/contact
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "version": "4.1.1",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "background": {
        "service_worker": "js\/background\/init.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/content\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "icons": {
        "16": "\/icons\/icon_16.png",
        "32": "\/icons\/icon_32.png",
        "48": "\/icons\/icon_48.png",
        "64": "\/icons\/icon_48.png",
        "128": "\/icons\/icon_128.png",
        "256": "\/icons\/icon_256.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_popup__",
        "default_icon": {
            "16": "\/icons\/icon_16.png",
            "32": "\/icons\/icon_32.png",
            "48": "\/icons\/icon_48.png",
            "128": "\/icons\/icon_128.png"
        }
    },
    "permissions": [
        "storage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/*",
                "\/js\/content\/main.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cursor.style\/*"
        ]
    }
}