Change My Cursor

Change your cursor to any picture you like!

ما هو Change My Cursor؟

Change My Cursor هو إضافة Chrome تم تطويرها بواسطة https://yoonicode.com، والميزة الرئيسية لها هي "Change your cursor to any picture you like!".

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

screenshot

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

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

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

                        Change your mouse cursor to ANYTHING you want!

This chrome extension is open source (to the extent of the LICENSE that you can view in the below repository); you can view the GitHub repository at https://github.com/yummypasta/changemycursor                    

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

الاسم Change My Cursor Change My Cursor
ID lppmahciboilaokklohhhdlaadkobgpc
عنوان URL الرسمي https://chromewebstore.google.com/detail/change-my-cursor/lppmahciboilaokklohhhdlaadkobgpc
الوصف Change your cursor to any picture you like!
حجم الملف 17.19 KB
عدد التثبيتات 47,117
النسخة الحالية 2.0.0
آخر تحديث 2022-05-15
تاريخ النشر 2019-06-07
تقييم 1.90/5 مجموع تقييمات 105
المطور https://yoonicode.com
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Change My Cursor",
    "description": "Change your cursor to any picture you like!",
    "version": "2.0.0",
    "permissions": [
        "scripting",
        "activeTab",
        "storage"
    ],
    "action": {
        "default_title": "Change My Cursor!",
        "default_icon": "img\/cursor.png",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}