Mine-Craft Cursors

Replaces the standard mouse cursor.

Mine-Craft Cursorsคืออะไร?

Mine-Craft Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย minecursorsproject และคุณลักษณะหลักของมันคือ "Replaces the standard mouse cursor."

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

screenshot
screenshot

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

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

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

                        9 Minecraft cursors, choose your own cursor style.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

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

ชื่อ Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
คำอธิบาย Replaces the standard mouse cursor.
ขนาดไฟล์ 256 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 1.0.0
อัปเดตครั้งล่าสุด 2020-12-13
วันที่เผยแพร่ 2020-12-13
คะแนน 4.05/5 รวมทั้งหมด 65 คะแนน
ผู้พัฒนา minecursorsproject
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://coolcursors.store/mc/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background_s.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}