Custom Cursor Premium

A premium upgrade to Custom Cursor Chrome extension!

Custom Cursor Premium là gì?

Custom Cursor Premium là một tiện ích mở rộng Chrome được phát triển bởi BBusch, và tính năng chính của nó là "A premium upgrade to Custom Cursor Chrome extension!".

Ả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 Custom Cursor Premium

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

                        The premium version of the original Custom Cursor chrome extension.

You'll get everything the free version has, along with:
100 extra cursors including Overwatch sprays, film characters, pokemon.
7 cursor trails such as bats, bubbles, snow, and emoji.

The cursor will auto update, meaning that your cursor will change on every page after you select a new cursor. If anything goes wrong, simply refresh the page.                    

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

Tên Custom Cursor Premium Custom Cursor Premium
ID bmckipahlakbkbecoaekgahmjjeohodd
URL Chính Thức https://chromewebstore.google.com/detail/custom-cursor-premium/bmckipahlakbkbecoaekgahmjjeohodd
Mô tả A premium upgrade to Custom Cursor Chrome extension!
Kích Thước Tệp 970 KB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2019-06-25
Ngày Phát Hành 2019-06-23
Nhà Phát Triển BBusch
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",
    "manifest_version": 2,
    "name": "Custom Cursor Premium",
    "options_page": "options.html",
    "description": "A premium upgrade to Custom Cursor Chrome extension!",
    "version": "1.0.0",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "options_ui": {
        "page": "popup.html",
        "chrome_style": true,
        "open_in_tab": true
    },
    "icons": {
        "16": "resources\/icon16.png",
        "48": "resources\/icon48.png",
        "128": "resources\/icon128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "clipboardRead",
        "http:\/\/beckbusch.github.io\/\/"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Cursor Change Premium"
    },
    "web_accessible_resources": [
        "cursors\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "page.js"
            ]
        }
    ]
}