Custom Cursor Premium

A premium upgrade to Custom Cursor Chrome extension!

什么是Custom Cursor Premium?

Custom Cursor Premium是由BBusch开发的Chrome扩展程序,该扩展的主要功能是“A premium upgrade to Custom Cursor Chrome extension!”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载Custom Cursor Premium扩展crx文件

下载Custom Cursor Premium扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Custom Cursor Premium Custom Cursor Premium
ID bmckipahlakbkbecoaekgahmjjeohodd
官方URL https://chromewebstore.google.com/detail/custom-cursor-premium/bmckipahlakbkbecoaekgahmjjeohodd
简介 A premium upgrade to Custom Cursor Chrome extension!
文件大小 970 KB
安装次数 26
当前版本 1.0.0
更新时间 2019-06-25
上架时间 2019-06-23
开发者 BBusch
电子邮箱 [email protected]
付费类型 free
支持的语言 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"
            ]
        }
    ]
}