Fortnite Pointer

Install Fortnite cursors pointers for Chrome browser.

Fortnite Pointer là gì?

Fortnite Pointer là một tiện ích mở rộng Chrome được phát triển bởi https://gamerstudiofree.com, và tính năng chính của nó là "Install Fortnite cursors pointers 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 Fortnite Pointer

Tải xuống các tệp mở rộng Fortnite Pointer 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 mouse cursor with 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 Fortnite Pointer Fortnite Pointer
ID hbafflacigbddikggjnonpbnjdcpngon
URL Chính Thức https://chrome.google.com/webstore/detail/fortnite-pointer/hbafflacigbddikggjnonpbnjdcpngon
Mô tả Install Fortnite cursors pointers for Chrome browser.
Kích Thước Tệp 330 KB
Số Lần Cài Đặt 224
Phiên Bản Hiện Tại 1.0.12.12
Cập Nhật Lần Cuối 2021-07-10
Ngày Phát Hành 2021-07-10
Nhà Phát Triển https://gamerstudiofree.com
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",
    "name": "Fortnite Pointer",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "description": "Install Fortnite cursors pointers for Chrome browser.",
    "icons": {
        "128": "img\/icon128.png",
        "48": "img\/icon48.png",
        "16": "img\/icon16.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/gamerstudiofree.com\/",
        "http:\/\/gamerstudiofree.com\/"
    ],
    "version": "1.0.12.12",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}