Among Us Custom Cursor

Fun custom Among Us cursors for Chrome browser.

Among Us Custom Cursor là gì?

Among Us Custom Cursor là một tiện ích mở rộng Chrome được phát triển bởi roylimboy90, và tính năng chính của nó là "Fun custom Among Us cursors for Chrome browser.".

Ả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 Among Us Custom Cursor

Tải xuống các tệp mở rộng Among Us Custom Cursor 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

                        This extension allows you to replace default cursor with amazing custom cursor.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

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

Tên Among Us Custom Cursor Among Us Custom Cursor
ID ipfjnikpccdpgjelgomppkdgiokfkjeg
URL Chính Thức https://chromewebstore.google.com/detail/among-us-custom-cursor/ipfjnikpccdpgjelgomppkdgiokfkjeg
Mô tả Fun custom Among Us cursors for Chrome browser.
Kích Thước Tệp 251 KB
Số Lần Cài Đặt 51,870
Phiên Bản Hiện Tại 10.221.6.45
Cập Nhật Lần Cuối 2023-05-25
Ngày Phát Hành 2020-10-12
Đánh Giá 4.20/5 Tổng số 40 Đánh Giá
Nhà Phát Triển roylimboy90
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Fun custom Among Us cursors for Chrome browser. ",
    "icons": {
        "128": "img\/icon128.png",
        "16": "img\/icon16.png",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Among Us Custom Cursor",
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "10.221.6.45",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}