Custom Cursor for Chrome™

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

Co je Custom Cursor for Chrome™?

Custom Cursor for Chrome™ je rozšíření Chrome vyvinuté https://custom-cursor.com, a jeho hlavní funkcí je „Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Custom Cursor for Chrome™

Stáhněte si soubory rozšíření Custom Cursor for Chrome™ ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.

❤️ ❤️ ❤️                    

Základní Informace o Rozšíření

Název Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID ogdlpmhglpejoiomcodnpjnfgcpmgale
Oficiální URL https://chromewebstore.google.com/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale
Popis Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.
Velikost souboru 2.44 MB
Počet instalací 5,334,958
Aktuální Verze 3.3.2
Poslední Aktualizace 2023-08-31
Datum Vydání 2020-03-11
Hodnocení 4.71/5 Celkem 46921 Hodnocení
Vývojář https://custom-cursor.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://custom-cursor.com/
URL Stránky Nápovědy https://custom-cursor.com/how-to-use
URL Stránky Zásad Ochrany Soukromí https://custom-cursor.com/privacy
Podporované Jazyky 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"
            ]
        }
    ]
}