Amazing Custom Cursors

Discover the largest collection of custom cursors! Select your favorite and embark on a personalized browsing journey like no other.

什么是Amazing Custom Cursors?

Amazing Custom Cursors是由Amazing Custom Cursors开发的Chrome扩展程序,该扩展的主要功能是“Discover the largest collection of custom cursors! Select your favorite and embark on a personalized browsing journey like no other.”。

扩展截图

screenshot

下载Amazing Custom Cursors扩展crx文件

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

扩展使用说明

                        Transform your Chrome cursor experience effortlessly with our extension! Say goodbye to the standard mouse pointer – with just a few clicks, you can have a customized cursor that reflects your style and preferences.

Diverse Categories Await:
Discover an array of categories within our cursor collection:
- Options for all genders
- Furry friends: cats and dogs
- Charmingly cute cursors

Craft Your Personalized Cursor:
Select from a range of cursor styles that match your taste:
- Minecraft-inspired
- A slice of pizza
- Rosy elegance
- Royal princess vibes

Simplicity in Customization:
You have choices when it comes to acquiring custom cursors for Chrome, but why navigate the complexities of programming when you can opt for an easier route? Download our dedicated extension, boasting a plethora of unique cursor designs. With this extension seamlessly integrated into your browser, customizing your cursor is a breeze. Just follow these simple steps:

1. Head to the Chrome Web Store page for the extension.
2. Install or Add the extension.
3. Customize your cursor and enjoy a range of choices.

Infuse Your Day with Character:
Elevate the mundane by infusing your everyday tools with personality. Transform your cursor style to match your mood. Since we spend a substantial amount of time on our computers, why not enjoy the visual delight of a cursor that resonates with you? Our extension offers a wealth of free cursor options, so personalizing your browsing experience is a cinch.

Elevate Your Cursor Game:
Upgrade your cursor experience with our extension, transforming it into something unique and vibrant. Bid farewell to mundane cursor appearances – your cursor is now an expression of your personality! Our browser add-on opens up an expansive world of cursor possibilities, with numerous categories to explore:

• Styles for all genders
• Adorable animals
• Gamers' delight
• Animated characters
• Memorable memes
• Gradient wonders

Craft Your Cursor Style:
Express yourself further by selecting cursor styles that resonate with you:

• Pixelated charm of Minecraft
• The deliciousness of pizza
• The soft hue of pink
• The elegance of roses
• The grace of princesses

Custom Cursors for Chrome - Cute and Cool:
Unleash your inner style maven with our extension, letting you pick cursor designs that align with your personality. Whether it's a beloved animated character or a cursor in your favorite color, the choice is yours. Why not even opt for the car of your dreams?

Setting Up Your Custom Cursor:
As you've realized, a personalized cursor isn't a system default – it's a cursor tailored to your liking. To get started, download the cursor of your choice. Our extensive library caters to diverse tastes, ensuring everyone finds a cursor that suits them.

Effortless Transformation:
Revamp your cursor library effortlessly by swapping designs with a single click. Immerse yourself in online games with a cursor that resonates or breeze through work tasks with a cursor that commands attention.

Size Matters Too:
Customization extends to cursor size, with six options to choose from. Opt for a smaller cursor if screen real estate is a concern, or embrace the boldness of a larger cursor for added flair.

From School to Office:
Age and location matter not – injecting joy and fun into daily tasks is universal. A unique cursor might be a small detail, but it's one that brightens your work and makes computer usage a delight. Our cursor changer extension is the key to adding that extra layer of happiness.

A Plethora of Options Awaits:
Discover dozens of distinct custom mouse pointers at your disposal. Download the application in a snap and spend a couple of minutes enhancing your design. Enhance your work, study, and general computer usage effortlessly. Embrace the cool cursor revolution for your browser today, and embark on a fresh surfing experience!                    

扩展基本信息

名称 Amazing Custom Cursors Amazing Custom Cursors
ID bgebpacjmebakkfigppcbdaepjlbenid
官方URL https://chromewebstore.google.com/detail/amazing-custom-cursors/bgebpacjmebakkfigppcbdaepjlbenid
简介 Discover the largest collection of custom cursors! Select your favorite and embark on a personalized browsing journey like no other.
文件大小 73.87 KB
安装次数 254,992
当前版本 1.0
更新时间 2023-08-30
上架时间 2023-08-21
评分 4.76/5 共29次评分
开发者 Amazing Custom Cursors
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://docs.google.com/document/d/1XaF5CAL5qthMD0eYd9s5esR_2ik98jQd1-3deCtCwBw/edit?usp=sharing
支持的语言 id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_applicationName__",
    "short_name": "__MSG_applicationName__",
    "description": "__MSG_appDescription__",
    "default_locale": "en",
    "version": "1.0",
    "manifest_version": 3,
    "icons": {
        "16": ".\/images\/icons\/16.png",
        "32": ".\/images\/icons\/32.png",
        "48": ".\/images\/icons\/48.png",
        "128": ".\/images\/icons\/128.png"
    },
    "action": {
        "default_icon": ".\/images\/icons\/32.png",
        "default_title": "__MSG_optionsTitle__",
        "default_popup": ".\/popup\/popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "js\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/start.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}