Wild life mouse cursors

Spice up your browsing with fun cursors.

Apa itu Wild life mouse cursors?

Wild life mouse cursors adalah ekstensi Chrome yang dikembangkan oleh https://appdepot.xyz, dan fitur utamanya adalah "Spice up your browsing with fun cursors.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Wild life mouse cursors

Unduh file ekstensi Wild life mouse 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

                        Change your mouse cursor for a wild life mouse cursor.

To change cursor, click on the cursor icon situated on top right corner of Chrome.
You can at anytime get back your original cursor by clicking on the link at the bottom of the cursors list.
---
Note that your cursor will be change only when browsing the web with Chrome.                    

Informasi Dasar Ekstensi

Nama Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
URL Resmi https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
Deskripsi Spice up your browsing with fun cursors.
Ukuran File 68.81 KB
Jumlah Instalasi 416
Versi Saat Ini 3.0.0
Terakhir Diperbarui 2022-10-24
Tanggal Publikasi 2022-10-24
Penilaian 3.38/5 Total 8 Penilaian
Pengembang https://appdepot.xyz
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung de,en,fr,es,it,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": "icon_128.png",
        "default_popup": "popup.html",
        "default_title": "Wild life"
    },
    "background": {
        "service_worker": "sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "cursors.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "name": "__MSG_appName__",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "128": "icon_128.png"
    },
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "version": "3.0.0",
    "web_accessible_resources": [
        {
            "resources": [
                "cursors\/*",
                "*.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}