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?

Ferrari-Cursor是由Reyesthef Fertzidenr開發的Chrome擴展程式,該擴展的主要功能是“Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Ferrari-Cursor擴展crx文件

下載Ferrari-Cursor擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Ferrari-Cursor Ferrari-Cursor
ID icppcklehjhjleamppjpjhpdkhpeblfo
官方網址 https://chromewebstore.google.com/detail/ferrari-cursor/icppcklehjhjleamppjpjhpdkhpeblfo
簡介 Change your regular default cursor to a new custom Ferrari one. Show your personality with a bright and beautiful mouse pointer on…
檔案大小 35.99 KB
安裝次數 136
目前版本 0.0.1
更新時間 2022-04-21
上架時間 2022-04-21
評分 5.00/5 共 25 次評分
開發者 Reyesthef Fertzidenr
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://nopaste.ml
支援的語言 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\/*.*"
            ]
        }
    ]
}