Ferrari-Cursor

Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…

Ferrari-Cursor là gì?

Ferrari-Cursor là một tiện ích mở rộng Chrome được phát triển bởi Reyesthef Fertzidenr, và tính năng chính của nó là "Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…".

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

screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Ferrari-Cursor 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 regular default cursor to a new custom Ferrari one.

Show your personality with a bright and beautiful mouse pointer on every web page. Now you can choose from cute and colorful mouse cursors.                    

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

Tên Ferrari-Cursor Ferrari-Cursor
ID icppcklehjhjleamppjpjhpdkhpeblfo
URL Chính Thức https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo
Mô tả Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
Kích Thước Tệp 35.99 KB
Số Lần Cài Đặt 136
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2022-04-21
Ngày Phát Hành 2022-04-21
Đánh Giá 5.00/5 Tổng số 25 Đánh Giá
Nhà Phát Triển Reyesthef Fertzidenr
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://nopaste.ml
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "128": "assets\/icons\/logo128.png",
            "32": "assets\/icons\/logo32.png",
            "16": "assets\/icons\/logo16.png"
        }
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "app.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "icons": {
        "128": "assets\/icons\/logo128.png",
        "32": "assets\/icons\/logo32.png",
        "16": "assets\/icons\/logo16.png"
    },
    "manifest_version": 3,
    "name": "Ferrari-Cursor",
    "permissions": [
        "storage"
    ],
    "version": "0.0.1",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*"
            ]
        }
    ]
}