Fun Cursors

Have fun browsing the web with a new mouse cursor.

Fun Cursorsคืออะไร?

Fun Cursors เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appdepot.xyz และคุณลักษณะหลักของมันคือ "Have fun browsing the web with a new mouse cursor."

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

screenshot
screenshot

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

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

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

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

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

ชื่อ Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
คำอธิบาย Have fun browsing the web with a new mouse cursor.
ขนาดไฟล์ 121 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2022-12-28
วันที่เผยแพร่ 2019-10-27
คะแนน 2.93/5 รวมทั้งหมด 60 คะแนน
ผู้พัฒนา https://appdepot.xyz
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}