Custom Cursors

Replace the old boring cursor with a new one or load your own.

ما هو Custom Cursors؟

Custom Cursors هو إضافة Chrome تم تطويرها بواسطة vstin92، والميزة الرئيسية لها هي "Replace the old boring cursor with a new one or load your own.".

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

screenshot

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

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

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

                        Our super cool extension is Custom Cursors. We have collected many useful functions in it.  With Custom Cursors you can change the color of your cursor to whatever you want.  We have collected a bunch of different colors into one palette.  With one click of a button, you can do it.  We are sure you will enjoy using Custom Cursors.  Our product was made in order to diversify the dull work with gadgets.  This is a high quality extension, and most importantly, it is completely free.  Join the people who have already downloaded Custom Cursors and enjoy using it.                    

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

الاسم Custom Cursors Custom Cursors
ID ialjkcfpkdoimdhnfhblcipaocipoiic
عنوان URL الرسمي https://chrome.google.com/webstore/detail/custom-cursors/ialjkcfpkdoimdhnfhblcipaocipoiic
الوصف Replace the old boring cursor with a new one or load your own.
حجم الملف 5.8 MB
عدد التثبيتات 10,000
النسخة الحالية 1.5
آخر تحديث 2022-01-27
تاريخ النشر 2021-05-11
تقييم 3.36/5 مجموع تقييمات 22
المطور vstin92
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "description": "Replace the old boring cursor with a new one or load your own.",
    "version": "1.5",
    "default_locale": "en",
    "background": {
        "scripts": [
            "ultima.js",
            "bkg.js",
            "for_back.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Cute Pointers",
        "default_icon": {
            "128": "faragora.png"
        },
        "default_popup": "someAnother.html"
    },
    "icons": {
        "128": "faragora.png"
    },
    "content_scripts": [
        {
            "js": [
                "some-front-fourth.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "unlimitedStorage",
        "tabs",
        ""
    ],
    "options_page": "someFront.html",
    "web_accessible_resources": [
        "scripts\/*.js",
        "data\/*.js",
        "*.svg"
    ]
}