Сustom game cursors

Replaces the standard mouse cursor. Choose your own cursor style from our collection.

Сustom game cursors란 무엇입니까?

Сustom game cursors은(는) Animecursors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Replaces the standard mouse cursor. Choose your own cursor style from our collection."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

Сustom game cursors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Choose the cursor that suits you, in the "Custom game cursors" package you can find exactly the one that suits you, because we provide you with more than 50 different cursors on many game themes.
--------------
In order to select the cursor, just install our extension and select the icon by opening it in your menu, if you want to return your previous cursor, just click the "Disable" button at the bottom of the page.
-------------
You can also choose the appropriate size of the cursor that you like to do this, press "+" or "-" in the extension window.
------------
P.S
This extension does not work on the main page of Google or in the Google Chrome store, (Google policy) for correct operation, select the cursor in another tab if necessary, refresh the browser page.
-------------
Please rate us and write what you would like to see in this extension and share with your friends, it will help us a lot. =)                    

확장 프로그램 기본 정보

이름 Сustom game cursors Сustom game cursors
ID ogdhddcimhbboinapghdpgjmncipoeea
공식 URL https://chrome.google.com/webstore/detail/%D1%81ustom-game-cursors/ogdhddcimhbboinapghdpgjmncipoeea
설명 Replaces the standard mouse cursor. Choose your own cursor style from our collection.
파일 크기 1.86 MB
설치 횟수 2,000
현재 버전 1.0.0
최근 업데이트 2021-02-10
출시 날짜 2021-02-10
평점 5.00/5 총 5 개의 평점
개발자 Animecursors
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0421ustom game cursors",
    "description": "Replaces the standard mouse cursor. Choose your own cursor style from our collection.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}