Custom BTS BT21 Cursors

Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension.

Custom BTS BT21 Cursors란 무엇입니까?

Custom BTS BT21 Cursors은(는) Personal AnimeCursors에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension."입니다.

확장 프로그램 스크린샷

screenshot

Custom BTS BT21 Cursors 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Let's change your cursor to a custom cursor

Custom BTS BT21 Cursor for Google Chrome. Choose your favorite cursor from the popular BTS BT21 Group. 

This extension will allow you to change a boring standard cursor for something new and amazing, we provide 24 unique cursors in which you can choose what you like. Let your browser refresh with new colors.

Installing our extension is extremely simple, select this extension from the chrome store, click install in your browser, and select the cursor you like in the cursor selection window. Also, you can change not only the usual pointer, but also the pointer for this, click on the button at the bottom of the cursor selection window.
****
After installation, you need to update the tab on which you are located, also by the rules of google chrome, this extension does not work in the chrome store, to check the extension go to any other site
****

Tell your friends about us and leave a review about us, we listen to everyone.
We will take into account any wishes.                    

확장 프로그램 기본 정보

이름 Custom BTS BT21 Cursors Custom BTS BT21 Cursors
ID mhchakmacohifgcghdaemioljnnbnklo
공식 URL https://chrome.google.com/webstore/detail/custom-bts-bt21-cursors/mhchakmacohifgcghdaemioljnnbnklo
설명 Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension.
파일 크기 363 KB
설치 횟수 1,000
현재 버전 1.0.2
최근 업데이트 2021-11-26
출시 날짜 2021-06-23
평점 4.12/5 총 33 개의 평점
개발자 Personal AnimeCursors
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "description": "Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension.",
    "name": "Custom BTS BT21 Cursors",
    "version": "1.0.2",
    "background": {
        "scripts": [
            "background.js",
            "bg.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png"
    },
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}