Brawl stars Cursor

Changes your cursor to a custom one.

Brawl stars Cursor란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot
screenshot

Brawl stars Cursor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

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

확장 프로그램 기본 정보

이름 Brawl stars Cursor Brawl stars Cursor
ID fmaalognklkjmannniekhbbapoppcimk
공식 URL https://chromewebstore.google.com/detail/brawl-stars-cursor/fmaalognklkjmannniekhbbapoppcimk
설명 Changes your cursor to a custom one.
파일 크기 1.48 MB
설치 횟수 1,282
현재 버전 1.2.0
최근 업데이트 2022-01-26
출시 날짜 2021-09-07
개발자 extensionsmoney
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Brawl stars Cursor",
    "description": "Changes your cursor to a custom one.",
    "version": "1.2.0",
    "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"
    }
}