Cursorly - Fun Custom Cursors for Chrome™

Change your boring default cursor to a fun custom cursor from our ever growing collection.

Cursorly - Fun Custom Cursors for Chrome™란 무엇입니까?

Cursorly - Fun Custom Cursors for Chrome™은(는) https://cursorly.io에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Change your boring default cursor to a fun custom cursor from our ever growing collection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Cursorly - Fun Custom Cursors for Chrome™ 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Make your browsing experience more fun and unique with Cursorly! 

With our ever-growing collection of custom cursors, you can easily find one that fits your personality perfectly. Whether you're looking for a cute animal cursor or a cool neon one, we've got you covered.

It's quick and easy to switch between cursors, disable them, or browse your favorites from the extension menu. Plus, new cursors are added monthly, so you'll always have fresh options to choose from. 

Our current collection includes:
Zodiac signs
Ice cream cones
Crystals
Animals
Food
Neon cursors
And more!

Best of all, Cursorly is free to use! So start expressing yourself today with a fun custom cursor from Cursorly.io!

NEW DECEMBER UPDATE!! Every week we pick a cursor of the week and notify you through the extension! It's an easy way to stay up to date on our newest and favorite cursors

Permissions requested: 
- Notifications: Used to conveniently let you know about new cursors every week.
- Alarms: Needed to get a count of daily active users every 24hrs, so our developers can ensure the extension is working properly.                    

확장 프로그램 기본 정보

이름 Cursorly - Fun Custom Cursors for Chrome™ Cursorly - Fun Custom Cursors for Chrome™
ID pdnffbobcdigmiedjnkgnohgokoijjel
공식 URL https://chromewebstore.google.com/detail/cursorly-fun-custom-curso/pdnffbobcdigmiedjnkgnohgokoijjel
설명 Change your boring default cursor to a fun custom cursor from our ever growing collection.
파일 크기 1.26 MB
설치 횟수 962
현재 버전 1.1.0
최근 업데이트 2022-12-17
출시 날짜 2022-10-02
평점 4.33/5 총 6 개의 평점
개발자 https://cursorly.io
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cursorly.io/
개인정보 보호 정책 페이지 URL https://system1.com/terms/privacy-policy
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "https:\/\/cursorly.io\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_start",
            "all_frames": false
        }
    ],
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "alarms",
        "notifications"
    ],
    "name": "Cursorly - Fun Custom Cursors for Chrome\u2122",
    "version": "1.1.0",
    "description": "Change your boring default cursor to a fun custom cursor from our ever growing collection.",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "16.png",
            "48": "48.png",
            "128": "128.png"
        }
    }
}