CursorPlus

Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…

CursorPlus là gì?

CursorPlus là một tiện ích mở rộng Chrome được phát triển bởi small-extension-publisher, và tính năng chính của nó là "Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…".

Ả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 CursorPlus

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

                        Fun custom cursors for Chrome. Use a large collection of free cursors.
Customize your experience of using the Chrome browser with cool free mouse cursors 🥳
Choose most wanted in menu of the extension!                    

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

Tên CursorPlus CursorPlus
ID nkekebiogedbofllejdaomcbjbibhdek
URL Chính Thức https://chrome.google.com/webstore/detail/cursorplus/nkekebiogedbofllejdaomcbjbibhdek
Mô tả Fun custom cursors for Chrome. Use a large collection of free cursors. Customize your experience of using the Chrome browser with…
Kích Thước Tệp 2.61 MB
Số Lần Cài Đặt 5,000
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2021-06-24
Ngày Phát Hành 2021-02-17
Đánh Giá 4.46/5 Tổng số 24 Đánh Giá
Nhà Phát Triển small-extension-publisher
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://myextension.online/privacy.html
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "CursorPlus",
    "version": "2.0.2",
    "permissions": [
        "storage",
        "tabs",
        "activeTab",
        ""
    ],
    "background": {
        "scripts": [
            "libs\/jquery.js",
            "libs\/collection.js",
            "background.js",
            "background-min.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "all_frames": true,
            "js": [
                "libs\/jquery.js",
                "libs\/cursor.js"
            ]
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content-min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "browser_action": {
        "default_icon": {
            "32": "assets\/icons\/icon32.png",
            "48": "assets\/icons\/icon48.png",
            "96": "assets\/icons\/icon96.png",
            "128": "assets\/icons\/icon128.png",
            "256": "assets\/icons\/icon256.png"
        },
        "default_popup": "popup.html"
    },
    "icons": {
        "32": "assets\/icons\/icon32.png",
        "48": "assets\/icons\/icon48.png",
        "96": "assets\/icons\/icon96.png",
        "128": "assets\/icons\/icon128.png",
        "256": "assets\/icons\/icon256.png"
    },
    "web_accessible_resources": [
        "assets\/*.*",
        "libs\/*.*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/keyond-gosensity.icu https:\/\/*.facebook.net https:\/\/*.facebook.com https:\/\/www.googletagmanager.com https:\/\/www.googleadservices.com https:\/\/googleads.g.doubleclick.net; object-src 'self';",
    "manifest_version": 2
}