Naruto Anime Cursor

Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.

Naruto Anime Cursor là gì?

Naruto Anime Cursor là một tiện ích mở rộng Chrome được phát triển bởi raymondloh, và tính năng chính của nó là "Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.".

Ả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 Naruto Anime Cursor

Tải xuống các tệp mở rộng Naruto Anime 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

                        Show your Naruto mouse cursor on every webpage. Forget about the boring and simple cursor that you have. Now you are able to change your mouse cursor to Naruto anime characters.

-------------------
! 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 cannot 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 Naruto Anime Cursor Naruto Anime Cursor
ID lnfpmhpcehmegjldfilgajkohdnfajng
URL Chính Thức https://chromewebstore.google.com/detail/naruto-anime-cursor/lnfpmhpcehmegjldfilgajkohdnfajng
Mô tả Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.
Kích Thước Tệp 433 KB
Số Lần Cài Đặt 8,495
Phiên Bản Hiện Tại 10.20.101.8
Cập Nhật Lần Cuối 2021-06-16
Ngày Phát Hành 2021-06-16
Đánh Giá 4.33/5 Tổng số 12 Đánh Giá
Nhà Phát Triển raymondloh
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",
    "description": "Naruto cursor for chrome. Choose your favorite custom Naruto anime cursor with this extension. Created for Naruto fans.",
    "name": "Naruto Anime Cursor",
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "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",
        "48": "img\/icon48.png"
    },
    "manifest_version": 2,
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ],
    "version": "10.20.101.8",
    "web_accessible_resources": [
        "cur\/*.*"
    ]
}