Wild life mouse cursors

Spice up your browsing with fun cursors.

Wild life mouse cursors là gì?

Wild life mouse cursors là một tiện ích mở rộng Chrome được phát triển bởi https://appdepot.xyz, và tính năng chính của nó là "Spice up your browsing with fun cursors.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Wild life mouse cursors

Tải xuống các tệp mở rộng Wild life mouse cursors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
URL Chính Thức https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Mô tả Spice up your browsing with fun cursors.
Kích Thước Tệp 68.81 KB
Số Lần Cài Đặt 416
Phiên Bản Hiện Tại 3.0.0
Cập Nhật Lần Cuối 2022-10-24
Ngày Phát Hành 2022-10-24
Đánh Giá 3.38/5 Tổng số 8 Đánh Giá
Nhà Phát Triển https://appdepot.xyz
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ]
        }
    ]
}