Cursorland - Custom Cursor for Chrome

Change your cursor to a custom one with our large collection of cursors from popular characters!

Cursorland - Custom Cursor for Chromeคืออะไร?

Cursorland - Custom Cursor for Chrome เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://cursor-land.com และคุณลักษณะหลักของมันคือ "Change your cursor to a custom one with our large collection of cursors from popular characters!"

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

screenshot
screenshot

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

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

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

                        Just install the extension and click the "More Cursors" button to get into the free directory.

The interface of the catalog is as simple as possible - move the mouse pointer over the picture you like and see how it looks like as a cursor.
Did you like the cursor? Fine! Press the "Add" button and it will appear in the Cursorland extension menu. In the menu you can change the size of the cursor, enable or disable the custom cursor.

The collection catalog is constantly updated with trending topics, be sure to visit the site more often. There you will find many game cursors, anime cursors, funny cursors, cute cursors, as well as characters from your favorite cartoons and series.

Please note that Google policy prohibits the use of custom cursors on Chrome Store pages as well as internal Google pages.
After installing the extension, update the previously opened tab to use the custom cursor on it.                    

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

ชื่อ Cursorland - Custom Cursor for Chrome Cursorland - Custom Cursor for Chrome
ID oinkhgpjmeccknjbbccabjfonamfmcbn
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/cursorland-custom-cursor/oinkhgpjmeccknjbbccabjfonamfmcbn
คำอธิบาย Change your cursor to a custom one with our large collection of cursors from popular characters!
ขนาดไฟล์ 539 KB
จำนวนการติดตั้ง 23,974
เวอร์ชันปัจจุบัน 2.0.6
อัปเดตครั้งล่าสุด 2023-12-12
วันที่เผยแพร่ 2022-05-03
คะแนน 4.95/5 รวมทั้งหมด 265 คะแนน
ผู้พัฒนา https://cursor-land.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://cursor-land.com
URL หน้าช่วยเหลือ https://cursor-land.com/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",
    "name": "__MSG_app_name__",
    "description": "__MSG_app_description__",
    "version": "2.0.6",
    "manifest_version": 3,
    "default_locale": "en",
    "background": {
        "service_worker": "\/resources\/js\/background.js"
    },
    "content_scripts": [
        {
            "js": [
                "\/resources\/js\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_title": "__MSG_app_popup__",
        "default_icon": {
            "16": "\/resources\/images\/icons\/16x16.png",
            "32": "\/resources\/images\/icons\/32x32.png",
            "48": "\/resources\/images\/icons\/48x48.png",
            "64": "\/resources\/images\/icons\/64x64.png",
            "256": "\/resources\/images\/icons\/256x256.png"
        }
    },
    "icons": {
        "16": "\/resources\/images\/icons\/16x16.png",
        "32": "\/resources\/images\/icons\/32x32.png",
        "48": "\/resources\/images\/icons\/48x48.png",
        "64": "\/resources\/images\/icons\/64x64.png",
        "128": "\/resources\/images\/icons\/128x128.png",
        "256": "\/resources\/images\/icons\/256x256.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/resources\/images\/*",
                "\/resources\/js\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cursor-land.com\/*",
            "*:\/\/*.cursor.style\/*"
        ]
    }
}