Custom Cursors

Now you can change the cursor at least every day.

Custom Cursors란 무엇입니까?

Custom Cursors은(는) ivanivanov19296에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Now you can change the cursor at least every day."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        To your attention the best product with a huge collection of bright cursors - Custom Cursors. Your browser will be completely different when you use our new extension. You can load any cursor or use the cursors that are already waiting for you in Custom Cursors. In your browser, you customize everything as you wish. All custom cursors are completely free and easy to use. Enjoy your time in a vibrant browser thanks to Custom Cursors. With one mouse click, go to the Custom Cursors installation and start using it with pleasure.                    

확장 프로그램 기본 정보

이름 Custom Cursors Custom Cursors
ID mfepaiehnddlfljcnjlajpkgfldjbinh
공식 URL https://chrome.google.com/webstore/detail/custom-cursors/mfepaiehnddlfljcnjlajpkgfldjbinh
설명 Now you can change the cursor at least every day.
파일 크기 5.84 MB
설치 횟수 6,000
현재 버전 1.3
최근 업데이트 2021-10-07
출시 날짜 2021-04-14
평점 1.36/5 총 11 개의 평점
개발자 ivanivanov19296
이메일 [email protected]
결제 유형 free
지원되는 언어 id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Now you can change the cursor at least every day.",
    "version": "1.3",
    "default_locale": "en",
    "background": {
        "scripts": [
            "bg\/scripts\/classes\/CursorManager.js",
            "bg\/scripts\/defaultCursorsSettings.js",
            "bg\/scripts\/main.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "extIcon.png"
        },
        "default_popup": "popup\/popup.html"
    },
    "icons": {
        "128": "extIcon.png"
    },
    "content_scripts": [
        {
            "js": [
                "content\/scripts\/content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "options_page": "extensionPages\/uploading\/uploading.html",
    "web_accessible_resources": [
        "content\/scripts\/*.js"
    ]
}