Genshin Impact Cursor

Changes your cursor to a custom one.

Genshin Impact Cursor란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

Genshin Impact Cursor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Change to your favorite cursor!
Genshin Impact 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 Genshin Impact 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.                    

확장 프로그램 기본 정보

이름 Genshin Impact Cursor Genshin Impact Cursor
ID kmpgegdondpjighcnnlnomapbefebhpj
공식 URL https://chromewebstore.google.com/detail/genshin-impact-cursor/kmpgegdondpjighcnnlnomapbefebhpj
설명 Changes your cursor to a custom one.
파일 크기 5.05 MB
설치 횟수 2,608
현재 버전 7.1.88
최근 업데이트 2022-01-27
출시 날짜 2021-06-06
평점 5.00/5 총 3 개의 평점
개발자 extensionsmoney
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://kinofilmslook.ru
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Genshin Impact Cursor",
    "description": "Changes your cursor to a custom one.",
    "version": "7.1.88",
    "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"
    }
}