Wild life mouse cursors

Spice up your browsing with fun cursors.

ما هو Wild life mouse cursors؟

Wild life mouse cursors هو إضافة Chrome تم تطويرها بواسطة https://appdepot.xyz، والميزة الرئيسية لها هي "Spice up your browsing with fun cursors.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Wild life mouse cursors

قم بتنزيل ملفات الامتداد Wild life mouse cursors بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم Wild life mouse cursors Wild life mouse cursors
ID hfmndnjipdepgchjiihkdilgilgfgckf
عنوان URL الرسمي https://chromewebstore.google.com/detail/wild-life-mouse-cursors/hfmndnjipdepgchjiihkdilgilgfgckf
الوصف Spice up your browsing with fun cursors.
حجم الملف 68.81 KB
عدد التثبيتات 416
النسخة الحالية 3.0.0
آخر تحديث 2022-10-24
تاريخ النشر 2022-10-24
تقييم 3.38/5 مجموع تقييمات 8
المطور https://appdepot.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}