Fun Cursors

Have fun browsing the web with a new mouse cursor.

Fun Cursors là gì?

Fun 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à "Have fun browsing the web with a new mouse cursor.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fun Cursors

Tải xuống các tệp mở rộng Fun 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

                        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.                    

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

Tên Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
URL Chính Thức https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Mô tả Have fun browsing the web with a new mouse cursor.
Kích Thước Tệp 121 KB
Số Lần Cài Đặt 10,000
Phiên Bản Hiện Tại 0.0.5
Cập Nhật Lần Cuối 2022-12-28
Ngày Phát Hành 2019-10-27
Đánh Giá 2.93/5 Tổng số 60 Đá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,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": [
                ""
            ]
        }
    ]
}