Custom Cursor for Chrome™

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

Apa itu Custom Cursor for Chrome™?

Custom Cursor for Chrome™ adalah ekstensi Chrome yang dikembangkan oleh https://custom-cursor.com, dan fitur utamanya adalah "Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Custom Cursor for Chrome™

Unduh file ekstensi Custom Cursor for Chrome™ dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.

❤️ ❤️ ❤️                    

Informasi Dasar Ekstensi

Nama Custom Cursor for Chrome™ Custom Cursor for Chrome™
ID ogdlpmhglpejoiomcodnpjnfgcpmgale
URL Resmi https://chromewebstore.google.com/detail/custom-cursor-for-chrome/ogdlpmhglpejoiomcodnpjnfgcpmgale
Deskripsi Fun custom cursors for Chrome™. Use a large collection of free cursors or upload your own.
Ukuran File 2.44 MB
Jumlah Instalasi 5,334,958
Versi Saat Ini 3.3.2
Terakhir Diperbarui 2023-08-31
Tanggal Publikasi 2020-03-11
Penilaian 4.71/5 Total 46921 Penilaian
Pengembang https://custom-cursor.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://custom-cursor.com/
URL Halaman Bantuan https://custom-cursor.com/how-to-use
URL Halaman Kebijakan Privasi https://custom-cursor.com/privacy
Bahasa yang Didukung 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"
            ]
        }
    ]
}