Change Cursor for Browser Unlimited

Change the mouse cursor in the browser to cute icon or update image

Change Cursor for Browser Unlimited란 무엇입니까?

Change Cursor for Browser Unlimited은(는) AppPro에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change the mouse cursor in the browser to cute icon or update image"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Change Cursor for Browser Unlimited 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        + Change the mouse cursor in the browser to to any picture you like with a large icons and free.
+ Style Cursor for Browser - Free & Unlimited
+ Have fun with a custom cursor for Chrome. Use our collections of cursors or upload your own cursor. Install custom cursors for free.
+ This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as                    

확장 프로그램 기본 정보

이름 Change Cursor for Browser Unlimited Change Cursor for Browser Unlimited
ID gggmnicflbicobcelmacaheaapbbkjdb
공식 URL https://chromewebstore.google.com/detail/change-cursor-for-browser/gggmnicflbicobcelmacaheaapbbkjdb
설명 Change the mouse cursor in the browser to cute icon or update image
파일 크기 2.65 MB
설치 횟수 114
현재 버전 1.0.1
최근 업데이트 2023-05-02
출시 날짜 2023-04-02
개발자 AppPro
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://sites.google.com/view/mailunreadprivacy/home
지원되는 언어 en,en-GB,en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "version": "1.0.1",
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "icons": {
        "128": "\/assets\/icons\/icon256.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon256.png"
    },
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "alarms",
        "webRequest"
    ],
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}