Change Cursor

Awesome and unusual cursors

Apa itu Change Cursor?

Change Cursor adalah ekstensi Chrome yang dikembangkan oleh demidovavaleria87, dan fitur utamanya adalah "Awesome and unusual cursors".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Change Cursor

Unduh file ekstensi Change Cursor 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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

Informasi Dasar Ekstensi

Nama Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
URL Resmi https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
Deskripsi Awesome and unusual cursors
Ukuran File 36.16 KB
Jumlah Instalasi 3,483
Versi Saat Ini 1.5
Terakhir Diperbarui 2023-06-08
Tanggal Publikasi 2021-11-14
Penilaian 1.00/5 Total 4 Penilaian
Pengembang demidovavaleria87
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}