Cursor Stickers

Change your cursor with a nice and great styles of cursors

Cursor Stickers là gì?

Cursor Stickers là một tiện ích mở rộng Chrome được phát triển bởi Apps pro, và tính năng chính của nó là "Change your cursor with a nice and great styles of cursors".

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

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Cursor Stickers

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

                        Cursor Stickers for Chrome Change your cursor "mouse" icon to amazing cursor style and pointers action. 
Just install it and choose you favorite cursor style 
you have many cursor stickers style collection to choose:
- Batman cursor stickers style.
- Fortinet cursor stickers style.
- Cars cursor stickers style.
- Animals cursor stickers style.
- Planets cursor stickers style.
- Guns cursor stickers style.
- Mario cursor stickers style.

Easy to choose cursor stickers style.
Have a fun                    

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

Tên Cursor Stickers Cursor Stickers
ID opkjbkcbngimnacfmollcfldnpkdjhle
URL Chính Thức https://chromewebstore.google.com/detail/cursor-stickers/opkjbkcbngimnacfmollcfldnpkdjhle
Mô tả Change your cursor with a nice and great styles of cursors
Kích Thước Tệp 117 KB
Số Lần Cài Đặt 7,194
Phiên Bản Hiện Tại 0.1.0
Cập Nhật Lần Cuối 2021-10-18
Ngày Phát Hành 2020-09-15
Đánh Giá 3.54/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Apps pro
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://cursor-stickers.familyhealth-ar.com
URL Trang Trợ Giúp https://cursor-stickers.familyhealth-ar.com/site/contact
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Stickers",
    "version": "0.1.0",
    "manifest_version": 2,
    "description": "Change your cursor with a nice and great styles of cursors",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "activeTab",
        "storage",
        "background",
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/background-content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-3.5.1.min.js",
            "js\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}