Custom Cursor for Chrome™

Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.

Custom Cursor for Chrome™란 무엇입니까?

Custom Cursor for Chrome™은(는) https://custom-cursor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Custom Cursor for Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Customize your Chrome browser experience with our free collection of mouse cursors at Custom Cursor.

At Custom Cursor we have created a giant collection of hand-drawn cute cursors. We have over 8000 different packs available on our website for you to enjoy. With your help, our collection has grown so big that we divided it into categories that should fit every taste, like:

- Minecraft;
- Cute Cursors;
- Anime mouse packs;
- Memes;
- Spy x Family pointer packs with Anya Forger;
- Among Us;
- Two types of Minimal pointers for work and studies;
- Games;
- Roblox;
- And many, many other funny elements for you to play with.

Some of our mouse pointer packs are bundled with the Custom Cursor browser extension, but most of them await you on our website. Keep an eye out for new and trending additions.

To simplify navigation, we've organised our collection into Editor's Picks collections, each with a unique theme. Examples include:

- Green arrows for autumn;
- Christmas themed arrows;
- Holidays editor's picks;
- Halloween;
- Custom Cursor collaboration with Daieny Schuttz;
- Pink pointers editor picks;
- Summer mouse decorations;
- Rainbow colors;
and much, much more on our website.

If you can't find what you're looking for, use the "UPLOAD CURSOR" button to add your own. Manage your personal arrow collection on the Upload page and adjust cursor size in the "Manage" section.

Newly added collections will be uploaded to the Custom Cursor for Chrome extension and can be found at the bottom of the collection list. Your added packs will appear in “My Collection”.

Create your own collection of mouse cursors from any images with Custom Cursor Creator tool on our website. It will allow you to create new packs from almost any arrow or pointer shaped image on the internet. 

-------------------
! After installing the extension, refresh previously opened tabs to use it on those pages. Note that the extension may not work on Chrome Web Store pages or the home page. Open another website (e.g., google.com) to test the extension.

If you like the extension you can also check our Custom Cursor for Windows app.

Preview arrow appearance by clicking on it in the extension window and moving the mouse to the empty space within the window.

❤️ ❤️ ❤️                    

확장 프로그램 기본 정보

이름 Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID ogdlpmhglpejoiomcodnpjnfgcpmgale
공식 URL https://chromewebstore.google.com/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale
설명 Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.
파일 크기 2.44 MB
설치 횟수 5,334,958
현재 버전 3.3.2
최근 업데이트 2023-08-31
출시 날짜 2020-03-11
평점 4.71/5 총 46921 개의 평점
개발자 https://custom-cursor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://custom-cursor.com/
도움말 페이지 URL https://custom-cursor.com/how-to-use
개인정보 보호 정책 페이지 URL https://custom-cursor.com/privacy
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "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'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-cursor.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "version_name": "3.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}