Custom Cursor for Chrome™

Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.

Hvad er Custom Cursor for Chrome™?

Custom Cursor for Chrome™ er en Chrome-udvidelse udviklet af https://custom-cursor.com, og dens hovedfunktion er "Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Custom Cursor for Chrome™-udvidelses-CRX-fil

Download Custom Cursor for Chrome™-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Customize your Chrome browser experience with our free collection of mouse cursors at Custom Cursor.

At Custom Cursor we have created a giant collection of hand-drawn cute cursors. We have over 8000 different packs available on our website for you to enjoy. With your help, our collection has grown so big that we divided it into categories that should fit every taste, like:

- Minecraft;
- Cute Cursors;
- Anime mouse packs;
- Memes;
- Spy x Family pointer packs with Anya Forger;
- Among Us;
- Two types of Minimal pointers for work and studies;
- Games;
- Roblox;
- And many, many other funny elements for you to play with.

Some of our mouse pointer packs are bundled with the Custom Cursor browser extension, but most of them await you on our website. Keep an eye out for new and trending additions.

To simplify navigation, we've organised our collection into Editor's Picks collections, each with a unique theme. Examples include:

- Green arrows for autumn;
- Christmas themed arrows;
- Holidays editor's picks;
- Halloween;
- Custom Cursor collaboration with Daieny Schuttz;
- Pink pointers editor picks;
- Summer mouse decorations;
- Rainbow colors;
and much, much more on our website.

If you can't find what you're looking for, use the "UPLOAD CURSOR" button to add your own. Manage your personal arrow collection on the Upload page and adjust cursor size in the "Manage" section.

Newly added collections will be uploaded to the Custom Cursor for Chrome extension and can be found at the bottom of the collection list. Your added packs will appear in “My Collection”.

Create your own collection of mouse cursors from any images with Custom Cursor Creator tool on our website. It will allow you to create new packs from almost any arrow or pointer shaped image on the internet. 

-------------------
! After installing the extension, refresh previously opened tabs to use it on those pages. Note that the extension may not work on Chrome Web Store pages or the home page. Open another website (e.g., google.com) to test the extension.

If you like the extension you can also check our Custom Cursor for Windows app.

Preview arrow appearance by clicking on it in the extension window and moving the mouse to the empty space within the window.

❤️ ❤️ ❤️                    

Grundlæggende oplysninger om udvidelsen

Navn Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID ogdlpmhglpejoiomcodnpjnfgcpmgale
Officiel URL https://chromewebstore.google.com/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale
Beskrivelse Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.
Filstørrelse 2.44 MB
Antal Installationer 5,334,958
Nuværende Version 3.3.2
Senest Opdateret 2023-08-31
Udgivelsesdato 2020-03-11
Bedømmelse 4.71/5 Samlet 46921 Bedømmelser
Udvikler https://custom-cursor.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://custom-cursor.com/
Hjælpeside-URL https://custom-cursor.com/how-to-use
URL til Fortrolighedspolitik Side https://custom-cursor.com/privacy
Understøttede Sprog id,ms,de,en,en-GB,en-US,fil,fr,sw,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,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "action": {
        "default_icon": {
            "128": "\/assets\/icons\/icon128.png",
            "256": "\/assets\/icons\/icon256.png",
            "32": "\/assets\/icons\/icon32.png"
        },
        "default_popup": "index.html",
        "default_title": "__MSG_app_name__"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "isolated_world": "script-src 'self' 'unsafe-eval'; object-src 'self'"
    },
    "default_locale": "en",
    "description": "__MSG_app_description__",
    "externally_connectable": {
        "matches": [
            "*:\/\/*.custom-cursor.com\/*"
        ]
    },
    "host_permissions": [
        "*:\/\/*\/*",
        ""
    ],
    "icons": {
        "128": "\/assets\/icons\/icon128.png",
        "256": "\/assets\/icons\/icon256.png",
        "32": "\/assets\/icons\/icon32.png"
    },
    "manifest_version": 3,
    "name": "__MSG_app_name__",
    "options_page": "options.html",
    "permissions": [
        "scripting",
        "storage",
        "unlimitedStorage",
        "notifications",
        "alarms"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "3.3.2",
    "version_name": "3.3.2",
    "web_accessible_resources": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "resources": [
                "assets\/*.*",
                "libs\/*.*",
                "content.js"
            ]
        }
    ]
}