Change Cursor

Awesome and unusual cursors

ما هو Change Cursor؟

Change Cursor هو إضافة Chrome تم تطويرها بواسطة demidovavaleria87، والميزة الرئيسية لها هي "Awesome and unusual cursors".

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

screenshot
screenshot
screenshot

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

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

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

                        We’ve got awesome custom cursors Chrome extension to let you define your own cursor style. Custom cursors extension is absolutely free and doesn’t have any kind of harmful scripts. It’s an amazing cursor library which includes different custom cursor collection. You can open it by clicking on puzzle icon on Chrome toolbar that says “Extensions” and then finding custom cursor in the list. Replace cursor just in on click and have fun.                    

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

الاسم Change Cursor Change Cursor
ID kdfabndgampjonhpgfajeajbinmkcocm
عنوان URL الرسمي https://chrome.google.com/webstore/detail/change-cursor/kdfabndgampjonhpgfajeajbinmkcocm
الوصف Awesome and unusual cursors
حجم الملف 36.16 KB
عدد التثبيتات 3,483
النسخة الحالية 1.5
آخر تحديث 2023-06-08
تاريخ النشر 2021-11-14
تقييم 1.00/5 مجموع تقييمات 4
المطور demidovavaleria87
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "en",
    "description": "Awesome and unusual cursors",
    "version": "1.5",
    "background": {
        "scripts": [
            ".\/js\/koloso.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "Curzorro",
        "default_icon": {
            "128": "sty\/curs.png"
        },
        "default_popup": "index.html"
    },
    "icons": {
        "128": "sty\/curs.png"
    },
    "permissions": [
        "storage",
        ""
    ],
    "web_accessible_resources": [
        "sty\/doro.json"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/karab.js"
            ]
        }
    ]
}