Amazing cursors

Replaces the standard mouse cursor in the browser.

Amazing cursors란 무엇입니까?

Amazing cursors은(는) harrycursors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the standard mouse cursor in the browser."입니다.

확장 프로그램 스크린샷

screenshot

Amazing cursors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        More than 150 amazing and varied cursors that will help you spend time on the Internet a little more diverse. If you’re tired of the standard cursor, just download our cursor pack and choose what you like, and because we have a huge selection, everyone will be able to choose exactly what he likes.
****
In order to set the cursor, simply click on the marshmallow icon that appears after installing this extension and select exactly what you liked, if you want to return the standard cursor, just click the default cursors button and the original image of the mouse will return.
****
Note:
These cursors do not work on the Google homepage and in the Google Chrome store. Just open another tab and your cursor will be activated. If you were on some tab and selected the cursor, but it has not changed, just refresh the page and it will work.
****
Please share this pack of cursors with your friends and rate our quality.
****




cursors
cursors for minecraft 
cursors for dota 2
cursors for pubg 
cursors for fortnite 
cursors for fortnite                    

확장 프로그램 기본 정보

이름 Amazing cursors Amazing cursors
ID ahmkachknhnpcjeopokinafmcnpkjgce
공식 URL https://chrome.google.com/webstore/detail/amazing-cursors/ahmkachknhnpcjeopokinafmcnpkjgce
설명 Replaces the standard mouse cursor in the browser.
파일 크기 334 KB
설치 횟수 357
현재 버전 1.2.2
최근 업데이트 2021-04-21
출시 날짜 2021-04-21
평점 5.00/5 총 3 개의 평점
개발자 harrycursors
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Amazing cursors",
    "description": "Replaces the standard mouse cursor in the browser.",
    "version": "1.2.2",
    "browser_action": {
        "default_title": "Click to open Amazing cursors",
        "default_icon": {
            "128": "img\/icon.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "content_scripts": [
        {
            "js": [
                "app.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        ""
    ],
    "web_accessible_resources": [
        "cursors\/pack1\/*.*",
        "cursors\/pack2\/*.*"
    ]
}