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
官方網址 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:\/\/*\/*"
            ]
        }
    ]
}