Wild life mouse cursors

Spice up your browsing with fun cursors.

Wild life mouse cursorsคืออะไร?

Wild life mouse cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appdepot.xyz และคุณลักษณะหลักของมันคือ "Spice up your browsing with fun cursors."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wild life mouse cursors

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

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

                        Change your mouse cursor for a wild life mouse cursor.

To change cursor, click on the cursor icon situated on top right corner of Chrome.
You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list.
---
Note that your cursor will be change only when browsing the web with Chrome.                    

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

ชื่อ Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
คำอธิบาย Spice up your browsing with fun cursors.
ขนาดไฟล์ 68.81 KB
จำนวนการติดตั้ง 416
เวอร์ชันปัจจุบัน 3.0.0
อัปเดตครั้งล่าสุด 2022-10-24
วันที่เผยแพร่ 2022-10-24
คะแนน 3.38/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://appdepot.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,es,it,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Wild life"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "cursors.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}