Custom BTS BT21 Cursors

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

Custom BTS BT21 Cursors là gì?

Custom BTS BT21 Cursors là một tiện ích mở rộng Chrome được phát triển bởi Personal AnimeCursors, và tính năng chính của nó là "Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Custom BTS BT21 Cursors

Tải xuống các tệp mở rộng Custom BTS BT21 Cursors dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Custom BTS BT21 Cursors Custom BTS BT21 Cursors
ID mhchakmacohifgcghdaemioljnnbnklo
URL Chính Thức https://chrome.google.com/webstore/detail/custom-bts-bt21-cursors/mhchakmacohifgcghdaemioljnnbnklo
Mô tả Custom BTS BT21 cursors for chrome browser. Choose your favorite custom BTS BT21 cursors extension.
Kích Thước Tệp 363 KB
Số Lần Cài Đặt 1,000
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2021-11-26
Ngày Phát Hành 2021-06-23
Đánh Giá 4.12/5 Tổng số 33 Đánh Giá
Nhà Phát Triển Personal AnimeCursors
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/*.*"
    ]
}