Custom Cursors 3.0 for Chrome

Discover over 5000 unique custom cursors for your Chrome browser - a treasure trove of choices you'll adore!

Τι είναι το Custom Cursors 3.0 for Chrome;

Το Custom Cursors 3.0 for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Custom Cursors 3.0, και η κύρια λειτουργία του είναι "Discover over 5000 unique custom cursors for your Chrome browser - a treasure trove of choices you'll adore!".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Custom Cursors 3.0 for Chrome

Λήψη αρχείων επέκτασης Custom Cursors 3.0 for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        Getting cool cursor designs for your Chrome browser can be done in many ways. But guess what? There's a super easy way that doesn't need any tricky computer stuff! You can use a special tool, kind of like a magical extension, to get loads of awesome cursors. And the best part? It's right there in your browser, so you don't have to go searching all over the place.

Here's how you do it, step by step:

1. First, go to the special page in the Chrome Web Store where the extension lives.
2. Next, click a button to make the extension become part of your browser.
3. Now comes the fun part! You can pick your favorite cursor style and make it just the way you like it.

Imagine adding a dash of your own special style to things you use every day, like your computer cursor! It's like giving it a cool new outfit. And guess what? You're not the only one who loves using computers, so having a cursor that's totally you is awesome.

That extension we were talking about? It's like a magic wand for your cursor. It can turn it into something totally unique and fun. No more boring old cursors – now yours can be as exciting as you want!

The extension opens up a treasure chest of choices for you. There are so many different cursors waiting to be discovered. From cute characters to colorful designs, you'll find ones that make you smile.

With Custom Cursors 3.0, you get to be a cursor creator! You can choose the one you really like, something that matches your style and makes you feel happy. It's like picking out your favorite toy or outfit.

And hey, if you're playing games online, your cursor can be like a special friend cheering you on. Or when you're doing school stuff or other things on the computer, your cursor can make everything more exciting.

Oh, did you know you can also make your cursor bigger or smaller? Yup, there are six sizes to choose from. You can go big and bold or keep it small and neat – just the way you want it!

No matter if you're young or a bit older, whether you're in school or using a computer at work, having fun is super important. And these cool, unique cursors are like a sprinkle of joy that make your computer time even better. So, grab that cursor changer extension and let the fun begin!

Ready to try it out? There are tons of amazing, one-of-a-kind cursor designs waiting for you. It's as easy as a few clicks to get the extension and a tiny bit of time to make your cursor look totally awesome. So go ahead, give your browser a makeover with some super cool cursors and start your exciting new surfing adventure!                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Custom Cursors 3.0 for Chrome Custom Cursors 3.0 for Chrome
ID kmopkohdkhclfjlhamojpjkcojcgknbn
Επίσημο URL https://chromewebstore.google.com/detail/custom-cursors-30-for-chr/kmopkohdkhclfjlhamojpjkcojcgknbn
Περιγραφή Discover over 5000 unique custom cursors for your Chrome browser - a treasure trove of choices you'll adore!
Μέγεθος Αρχείου 71.64 KB
Αριθμός Εγκαταστάσεων 264,253
Τρέχουσα Έκδοση 1.0.1
Τελευταία Ενημέρωση 2023-09-14
Ημερομηνία Δημοσίευσης 2023-09-03
Αξιολόγηση 4.73/5 Συνολικά 30 Αξιολογήσεις
Προγραμματιστής Custom Cursors 3.0
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
URL της Σελίδας Πολιτικής Απορρήτου https://docs.google.com/document/d/18XDYkZDKFt49wBdYKGWVgLTyFreKdM0B6g-PVkoFZeE/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.1",
    "manifest_version": 3,
    "icons": {
        "16": ".\/icons\/16.png",
        "32": ".\/icons\/32.png",
        "48": ".\/icons\/48.png",
        "128": ".\/icons\/128.png"
    },
    "action": {
        "default_icon": ".\/icons\/32.png",
        "default_title": "__MSG_optionsTitle__",
        "default_popup": ".\/html\/popup.html"
    },
    "background": {
        "service_worker": "javascript\/bg.js"
    },
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting",
        "declarativeNetRequest",
        "gcm"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "js": [
                "javascript\/content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "mainrules",
                "enabled": true,
                "path": "net_rules.json"
            }
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "javascript\/init.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ]
}