Custom Cursor

Convert Mouse Pointer to Custom cursor with our chrome extension. Different colors, Super heroes and much more

Custom Cursorคืออะไร?

Custom Cursor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Custom Cursor for Chrome และคุณลักษณะหลักของมันคือ "Convert Mouse Pointer to Custom cursor with our chrome extension. Different colors, Super heroes and much more"

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Custom Cursor

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

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

                        A custom cursor chrome extension improves the readability and draws the attention of the user to a particular part of the webpage. Custom mouse pointer also enhances your Chrome browsing experience. 

You can find many different cursors in our collection, divided according to different categories: 

You can select any mouse icon from our large collection of different cursors like 
>>Hand cursor 
>>Spiderman, Hulk, Black Panther, Capt. America cursor 
>>Iron man face and hand cursor 
>>Cool cursor & Many More 

***After installing the custom cursor changer extension, you need to refresh the current page to use the custom pointer extension. 

Please note that, according to Google policies, custom mouse pointers cannot be functional on the Chrome web store and internal pages of Google.  After installing the extension, please visit any other website or webpage.  

Enjoy web browsing with our perfectly designed custom cursors. Once you install the custom mouse pointer chrome extension, you can select any cursor from our cursor library.  

Bright and beautiful mouse pointers on webpages will show your personality & personality. Now you don't need the same boring cursors that have been displayed for so many years. You can now change the boring mouse pointer to cool custom cursors.  

The brightly designed custom mouse pointers are very easy to identify on the screen, so use any custom cursor from our large collection and you won't ever lose the mouse arrow while browsing the web page.  

Version 0.0.1
>> Added support for different colours of custom cursors
>> Enabled superhero icons for custom mouse pointers
>> One click select with power off or on buttons                    

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

ชื่อ Custom Cursor Custom Cursor
ID lhnnbfehhdpnbinlfjdgfjjggbaleddp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/custom-cursor/lhnnbfehhdpnbinlfjdgfjjggbaleddp
คำอธิบาย Convert Mouse Pointer to Custom cursor with our chrome extension. Different colors, Super heroes and much more
ขนาดไฟล์ 529 KB
จำนวนการติดตั้ง 2,188
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2022-05-04
วันที่เผยแพร่ 2022-05-04
คะแนน 2.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Custom Cursor for Chrome
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://unscart.com/custom-cursor-privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Custom Cursor",
    "version": "0.0.1",
    "description": "Convert Mouse Pointer to Custom cursor with our chrome extension. Different colors, Super heroes and much more",
    "background": {
        "service_worker": ".\/background.js"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "author": "Aniket Rochwani",
    "short_name": "Custom Cursor",
    "action": {
        "default_popup": "index.html",
        "default_title": "Custom Cursor",
        "default_icon": {
            "16": "\/images\/icon-16.png",
            "32": "\/images\/icon-32.png",
            "64": "\/images\/icon-64.png",
            "128": "\/images\/icon-128.png"
        }
    },
    "icons": {
        "16": "\/images\/icon-16.png",
        "32": "\/images\/icon-32.png",
        "64": "\/images\/icon-64.png",
        "128": "\/images\/icon-128.png"
    }
}