Minecraft Cursors

Change mouse cursor into Minecraft icon or theme via Minecraft Custom Cursors For Chrome extension

Minecraft Cursorsคืออะไร?

Minecraft Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Custom Cursor Changer และคุณลักษณะหลักของมันคือ "Change mouse cursor into Minecraft icon or theme via Minecraft Custom Cursors For Chrome extension"

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

screenshot

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

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

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

                        The Minecraft Custom Cursor For Chrome browser is a modern extension that changes your mouse pointer into Minecraft icon or theme.

The extension was made by fans, for fans who like Minecraft game

Make your web surfing experience more enjoyable with this Minecraft custom mouse cursor. It is suitable for people of all ages.

Features:
> choose custom collections or sets from huge cursor library
> make cursor bigger or smaller
> change cursor icon to your favourite theme
> your new custom mouse pointer will available for webpages


This is a theme specially designed to customize the browser Google Chrome.

Customize your Google Chrome browser with the Minecraft Сursor Set. This colorful, fun, and easy to use theme is suitable for everyone. Change your mouse pointer in a few clicks

How to install Minecraft Custom Cursor for Chrome from the Chrome Web store

You can customize Chrome and add features and functionality by adding extensions from the Chrome Web Store.

1. Open the Chrome Web Store.

2. Find and select the Minecraft cursor extension

3. Click Add to Chrome. Some extensions will let you know if they need certain permissions or data. To approve, click Add extension. To use the extension, click the icon to the right of the address bar.                    

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

ชื่อ Minecraft Cursors Minecraft Cursors
ID klgphpkamcimchkgojijbllkolhagcik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/minecraft-cursors/klgphpkamcimchkgojijbllkolhagcik
คำอธิบาย Change mouse cursor into Minecraft icon or theme via Minecraft Custom Cursors For Chrome extension
ขนาดไฟล์ 155 KB
จำนวนการติดตั้ง 150,799
เวอร์ชันปัจจุบัน 1.0.2.1
อัปเดตครั้งล่าสุด 2023-04-15
วันที่เผยแพร่ 2023-01-27
คะแนน 4.21/5 รวมทั้งหมด 48 คะแนน
ผู้พัฒนา Custom Cursor Changer
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/15GabjrQ7CED7LnMvRuHnIwDU1PwQgzJi6edbM6rkMRA/edit?usp=sharing
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,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,uk,iw,fa,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_appName__",
    "short_name": "__MSG_shortName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "version": "1.0.2.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/asset\/icon_16.png",
        "24": ".\/asset\/icon_24.png",
        "32": ".\/asset\/icon_32.png",
        "48": ".\/asset\/icon_48.png",
        "128": ".\/asset\/icon_128.png"
    },
    "action": {
        "default_icon": ".\/asset\/icon_32.png",
        "default_title": "__MSG_defTitle__",
        "default_popup": ".\/html\/PopUp.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm",
        "cookies"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/ContentScript.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules1",
                "enabled": true,
                "path": "r-1.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/initCursor.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}