Cool Cursors

Change cursors every day

Apa itu Cool Cursors?

Cool Cursors adalah ekstensi Chrome yang dikembangkan oleh aldarov1211, dan fitur utamanya adalah "Change cursors every day".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Cool Cursors

Unduh file ekstensi Cool Cursors 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

                        This addon provides you with a nice and big library of custom mouse pointers. We`ve collected for you the best and the brightest custom cursors to bring something special to your everyday browsing. This extension doesn’t track your actions online and doesn’t affect your device or personal data. Use your favorite and unique custom cursor from huge library. Pick one you like the most or just replace cursor everyday!
Important note: don’t forget to refresh the tabs; otherwise new custom cursor won’t be displayed!
If you`re already tired of this boring default cursor then you should definitely check out the custom cursor extension. It’s a simple yet pretty cool chrome extension to replace boring default cursor with something special. There are such categories like starter, cartoons, gradients, sport, vacation, work, cinema, lifestyle etc. Awesome collection of neat custom mouse pointers definitely won’t disappoint you. Bring some colors to your everyday routine with those cool custom cursors. Get this free and cool extension and join the community of users who already enjoy the product. Let’s do this using our new and colorful custom cursor extension. Brighten up the day with our new and absolutely free extension. Replace cursor in a few clicks and you notice how your browsing experience will be transformed and improved.                    

Informasi Dasar Ekstensi

Nama Cool Cursors Cool Cursors
ID ofmapikfejkkccommnggkcncneglmgad
URL Resmi https://chrome.google.com/webstore/detail/cool-cursors/ofmapikfejkkccommnggkcncneglmgad
Deskripsi Change cursors every day
Ukuran File 47.42 KB
Jumlah Instalasi 300,000
Versi Saat Ini 1.2
Terakhir Diperbarui 2022-01-25
Tanggal Publikasi 2021-11-14
Penilaian 1.83/5 Total 6 Penilaian
Pengembang aldarov1211
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung id,ms,de,en,fil,fr,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,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Change cursors every day",
    "version": "1.2",
    "background": {
        "page": "sarag\/lofa.html",
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "gab\/laki.png"
        },
        "default_popup": "sarag\/index.html"
    },
    "icons": {
        "128": "gab\/laki.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sour\/another\/jojo.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "sour\/basta.js"
            ]
        }
    ]
}