Cool Cursors

Change cursors every day

什么是Cool Cursors?

Cool Cursors是由aldarov1211开发的Chrome扩展程序,该扩展的主要功能是“Change cursors every day”。

扩展截图

screenshot
screenshot
screenshot

下载Cool Cursors扩展crx文件

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

扩展使用说明

                        This addon provides you with a nice and big library of custom mouse pointers. We`ve collected for you the best and the brightest custom cursors to bring something special to your everyday browsing. This extension doesn’t track your actions online and doesn’t affect your device or personal data. Use your favorite and unique custom cursor from huge library. Pick one you like the most or just replace cursor everyday!
Important note: don’t forget to refresh the tabs; otherwise new custom cursor won’t be displayed!
If you`re already tired of this boring default cursor then you should definitely check out the custom cursor extension. It’s a simple yet pretty cool chrome extension to replace boring default cursor with something special. There are such categories like starter, cartoons, gradients, sport, vacation, work, cinema, lifestyle etc. Awesome collection of neat custom mouse pointers definitely won’t disappoint you. Bring some colors to your everyday routine with those cool custom cursors. Get this free and cool extension and join the community of users who already enjoy the product. Let’s do this using our new and colorful custom cursor extension. Brighten up the day with our new and absolutely free extension. Replace cursor in a few clicks and you notice how your browsing experience will be transformed and improved.                    

扩展基本信息

名称 Cool Cursors Cool Cursors
ID ofmapikfejkkccommnggkcncneglmgad
官方URL https://chrome.google.com/webstore/detail/cool-cursors/ofmapikfejkkccommnggkcncneglmgad
简介 Change cursors every day
文件大小 47.42 KB
安装次数 300,000
当前版本 1.2
更新时间 2022-01-25
上架时间 2021-11-14
评分 1.83/5 共6次评分
开发者 aldarov1211
电子邮箱 [email protected]
付费类型 free
支持的语言 id,ms,de,en,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Change cursors every day",
    "version": "1.2",
    "background": {
        "page": "sarag\/lofa.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "gab\/laki.png"
        },
        "default_popup": "sarag\/index.html"
    },
    "icons": {
        "128": "gab\/laki.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sour\/another\/jojo.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sour\/basta.js"
            ]
        }
    ]
}