Fun Cursors

Have fun browsing the web with a new mouse cursor.

Fun Cursors란 무엇입니까?

Fun Cursors은(는) https://appdepot.xyz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Have fun browsing the web with a new mouse cursor."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Fun Cursors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
공식 URL https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
설명 Have fun browsing the web with a new mouse cursor.
파일 크기 121 KB
설치 횟수 10,000
현재 버전 0.0.5
최근 업데이트 2022-12-28
출시 날짜 2019-10-27
평점 2.93/5 총 60 개의 평점
개발자 https://appdepot.xyz
이메일 [email protected]
결제 유형 free
지원되는 언어 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": [
                ""
            ]
        }
    ]
}