Fun Cursors

Have fun browsing the web with a new mouse cursor.

ما هو Fun Cursors؟

Fun Cursors هو إضافة Chrome تم تطويرها بواسطة https://appdepot.xyz، والميزة الرئيسية لها هي "Have fun browsing the web with a new mouse cursor.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Fun Cursors

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

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

                        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.                    

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

الاسم Fun Cursors Fun Cursors
ID fifmamcgakmdooafeplohbidenfjhmhm
عنوان URL الرسمي https://chromewebstore.google.com/detail/fun-cursors/fifmamcgakmdooafeplohbidenfjhmhm
الوصف Have fun browsing the web with a new mouse cursor.
حجم الملف 121 KB
عدد التثبيتات 10,000
النسخة الحالية 0.0.5
آخر تحديث 2022-12-28
تاريخ النشر 2019-10-27
تقييم 2.93/5 مجموع تقييمات 60
المطور https://appdepot.xyz
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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": [
                ""
            ]
        }
    ]
}