Fun Cursors

Have fun browsing the web with a new mouse cursor.

Apa itu Fun Cursors?

Fun Cursors adalah ekstensi Chrome yang dikembangkan oleh https://appdepot.xyz, dan fitur utamanya adalah "Have fun browsing the web with a new mouse cursor.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fun Cursors

Unduh file ekstensi Fun 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

                        Spice up your browsing on Chrome by changing your cursor for a fun one.

This extension gives you new cursors for your mouse / trackpad on Chrome. 
You can always get back your default cursor by clicking cancel.

*** version 0.05 ****
- Cursor works in Library window.
- Automatically update cursor on all open tabs.
- Manifest V3.

Please note cursor cannot work on the Chrome store pages and new tab.                    

Informasi Dasar Ekstensi

Nama Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
URL Resmi https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
Deskripsi Have fun browsing the web with a new mouse cursor.
Ukuran File 121 KB
Jumlah Instalasi 10,000
Versi Saat Ini 0.0.5
Terakhir Diperbarui 2022-12-28
Tanggal Publikasi 2019-10-27
Penilaian 2.93/5 Total 60 Penilaian
Pengembang https://appdepot.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,no,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "128.png",
        "default_popup": "popup.html",
        "default_title": "Cursors"
    },
    "content_scripts": [
        {
            "js": [
                "page.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "default_locale": "en",
    "description": "__MSG_appDesc__",
    "icons": {
        "128": "128.png"
    },
    "manifest_version": 3,
    "name": "__MSG_appName__",
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        ""
    ],
    "version": "0.0.5",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}