Amazing Custom Cursors

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

Qu'est-ce que Amazing Custom Cursors ?

Amazing Custom Cursors est une extension Chrome développée par Amazing Custom Cursors, et sa fonction principale est "Discover the largest collection of custom cursors! Select your favorite and embark on a personalized browsing journey like no other.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Amazing Custom Cursors

Téléchargez les fichiers d'extension Amazing Custom Cursors au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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!                    

Informations de Base sur l'Extension

Nom Amazing Custom Cursors Amazing Custom Cursors
ID bgebpacjmebakkfigppcbdaepjlbenid
URL Officiel https://chromewebstore.google.com/detail/amazing-custom-cursors/bgebpacjmebakkfigppcbdaepjlbenid
Description Discover the largest collection of custom cursors! Select your favorite and embark on a personalized browsing journey like no other.
Taille du Fichier 73.87 KB
Nombre d'Installations 254,992
Version Actuelle 1.0
Dernière Mise à Jour 2023-08-30
Date de Publication 2023-08-21
Évaluation 4.76/5 Total 29 Évaluations
Développeur Amazing Custom Cursors
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://docs.google.com/document/d/1XaF5CAL5qthMD0eYd9s5esR_2ik98jQd1-3deCtCwBw/edit?usp=sharing
Langues Prises en Charge 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:\/\/*\/*"
            ]
        }
    ]
}