Cool Cursors for Chrome™

Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.

什么是Cool Cursors for Chrome™?

Cool Cursors for Chrome™是由https://cool-cursors.com开发的Chrome扩展程序,该扩展的主要功能是“Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.”。

扩展截图

screenshot
screenshot

下载Cool Cursors for Chrome™扩展crx文件

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

扩展使用说明

                        Try using the Chrome browser with cool free mouse cursors.

This extension allows you to modify your cursor for Google Chrome. Our extension supports a wide range of topics such as

movies
pop culture
manga
stars
arrows

and many more topics
Create your own collection of mouse cursors from any images.
Note: 
- Use pictures less or equal to 128x128 pixels; 
- Use transparent background in your images, such as .png.

Easy one-click custom cursor activation.

Try our software now. Its 100% free to use.

Please note we need "Read and change all your data on the websites you visit" permissions to allow the custom cursor to be shown on the webpage you are visiting. 
We do NOT collect/sell any of the websites data you are using.

For this extension to work, it will only work on new tabs/pages you open after installation of the software. The webpages which you were on previously before the installation of our software would not show this custom cursor.

This extension works on any web page except the Chrome Web Store, Google internal pages, and the Chrome home page, as Google’s policy prohibits the use of custom cursors on these pages.                    

扩展基本信息

名称 Cool Cursors for Chrome™ Cool Cursors for Chrome™
ID empjidjbllcmlgaobahepkijkfmfkjdb
官方URL https://chromewebstore.google.com/detail/cool-cursors-for-chrome/empjidjbllcmlgaobahepkijkfmfkjdb
简介 Fun cool cursors for Chrome™. Use a big collection of free cursors or upload your own.
文件大小 2.21 MB
安装次数 37,914
当前版本 3.1.0
更新时间 2023-07-30
上架时间 2020-03-25
评分 3.19/5 共326次评分
开发者 https://cool-cursors.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://cool-cursors.com/
隐私政策页面URL https://www.freebusinessapps.net/privacy
支持的语言 id,ms,de,en,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,th,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "\/data\/background-mv3.js"
    },
    "action": {
        "default_icon": {
            "128": "data\/assets\/icons\/128.png",
            "256": "data\/assets\/icons\/256.png",
            "32": "data\/assets\/icons\/32.png",
            "48": "data\/assets\/icons\/48.png",
            "96": "data\/assets\/icons\/96.png"
        },
        "default_popup": "data\/popup\/index.html",
        "default_title": "__MSG_app_name__"
    },
    "container": [
        "GOOGLE_DRIVE"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "data\/libs\/jquery.js",
                "data\/libs\/cursor.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.cool-cursors.com\/*"
        ]
    },
    "homepage_url": "https:\/\/cool-cursors.com\/",
    "icons": {
        "128": "data\/assets\/icons\/128.png",
        "256": "data\/assets\/icons\/256.png",
        "32": "data\/assets\/icons\/32.png",
        "48": "data\/assets\/icons\/48.png",
        "96": "data\/assets\/icons\/96.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "offline_enabled": true,
    "options_page": "data\/settings\/index.html",
    "permissions": [
        "storage"
    ],
    "short_name": "cool-cursor",
    "version": "3.1.0",
    "version_name": "3.1.0",
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "popup\/images\/*.*",
                "popup\/fonts\/*.*",
                "*.*",
                "assets\/cur\/*.*"
            ]
        }
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAlWU2tEhTzyHXXmGo4ZzBzs6BTtKdotvNmzkn8RmkobaBr+aRf9b83PVgRNbGzfGM\/PRFGVXXzgA9MyzyRtpEpsHol6vkdSC7PR1RklnlcF\/F+0TyR+h080imhQt+FMwJGn98oNiQseKWOP9fnRf\/RUApyXv37TIdSmq77hsJVdm8Aq3zbWtfYA108Cv12PzM+U8pQZTfByDQZpTOt7hjFN4y3xXFYx2yHAOD8RqZyH8wJEQOZvvLZyBAtZxuU8ic0Jj7s6xwvIBjgoU+WrpV5sEzc3oP5rWBezIjv6wen4U+\/MYlU6mINQmlASWU4G9DDGLfKyseWaMV1w5XD9rm9wIDAQAB"
}