Cursor Extension

Get a new cursor for your browser!

ما هو Cursor Extension؟

Cursor Extension هو إضافة Chrome تم تطويرها بواسطة saheenfr2002، والميزة الرئيسية لها هي "Get a new cursor for your browser!".

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

screenshot

تحميل ملف CRX للإضافة Cursor Extension

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

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

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

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

الاسم Cursor Extension Cursor Extension
ID ahgegdapchdililmnapdklnlnhdjngaj
عنوان URL الرسمي https://chromewebstore.google.com/detail/cursor-extension/ahgegdapchdililmnapdklnlnhdjngaj
الوصف Get a new cursor for your browser!
حجم الملف 12.35 MB
عدد التثبيتات 46
النسخة الحالية 0.1.1
آخر تحديث 2022-11-20
تاريخ النشر 2022-11-19
المطور saheenfr2002
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة 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"
    }
}