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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
공식 URL 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\/*.*"
            ]
        }
    ]
}