Cursor Extension

Get a new cursor for your browser!

Apa itu Cursor Extension?

Cursor Extension adalah ekstensi Chrome yang dikembangkan oleh saheenfr2002, dan fitur utamanya adalah "Get a new cursor for your browser!".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Cursor Extension

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

                        Tired of your old default cursor? Download this extension to modify your boring cursor to something incredibly cool!                    

Informasi Dasar Ekstensi

Nama Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
URL Resmi https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
Deskripsi Get a new cursor for your browser!
Ukuran File 12.35 MB
Jumlah Instalasi 46
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2022-11-20
Tanggal Publikasi 2022-11-19
Pengembang saheenfr2002
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Cursor Extension",
    "description": "Get a new cursor for your browser!",
    "version": "0.1.1",
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png"
    },
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "index.js"
            ]
        }
    ],
    "background": {
        "service_workers": "background.js"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": "cursorImages\/res\/pink.png"
    }
}