CS GO Cursors

Changes your cursor to a custom one.

CS GO Cursors란 무엇입니까?

CS GO Cursors은(는) extensionsmoney에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Changes your cursor to a custom one."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Change to your favorite cursor!
CS GO cursors. In this application, you can choose to your taste and color any of the cursors presented.

What are the functions here ? The application allows you to change the cursor design.
Click on the taskbar extension icon located in the upper-right corner to open the CS GO Cursor Settings window.
After installing this extension, update the previously opened tab if you want to use it on this page.

According to the Chrome rules, the web store extension cannot work on the store pages and the home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.

By installing this extension, you agree to our privacy policy.                    

확장 프로그램 기본 정보

이름 CS GO Cursors CS GO Cursors
ID pmdpfckagmbegndjjclepajbhmmaajjo
공식 URL https://chromewebstore.google.com/detail/cs-go-cursors/pmdpfckagmbegndjjclepajbhmmaajjo
설명 Changes your cursor to a custom one.
파일 크기 2.42 MB
설치 횟수 279
현재 버전 1.0.10
최근 업데이트 2022-01-26
출시 날짜 2021-06-12
개발자 extensionsmoney
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CS GO Cursors",
    "description": "Changes your cursor to a custom one.",
    "version": "1.0.10",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "icons": {
        "128": "icons\/128.png"
    }
}