Сustom game cursors

Replaces the standard mouse cursor. Choose your own cursor style from our collection.

ما هو Сustom game cursors؟

Сustom game cursors هو إضافة Chrome تم تطويرها بواسطة Animecursors، والميزة الرئيسية لها هي "Replaces the standard mouse cursor. Choose your own cursor style from our collection.".

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

screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Сustom game cursors

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

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

                        Choose the cursor that suits you, in the "Custom game cursors" package you can find exactly the one that suits you, because we provide you with more than 50 different cursors on many game themes.
--------------
In order to select the cursor, just install our extension and select the icon by opening it in your menu, if you want to return your previous cursor, just click the "Disable" button at the bottom of the page.
-------------
You can also choose the appropriate size of the cursor that you like to do this, press "+" or "-" in the extension window.
------------
P.S
This extension does not work on the main page of Google or in the Google Chrome store, (Google policy) for correct operation, select the cursor in another tab if necessary, refresh the browser page.
-------------
Please rate us and write what you would like to see in this extension and share with your friends, it will help us a lot. =)                    

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

الاسم Сustom game cursors Сustom game cursors
ID ogdhddcimhbboinapghdpgjmncipoeea
عنوان URL الرسمي https://chrome.google.com/webstore/detail/%D1%81ustom-game-cursors/ogdhddcimhbboinapghdpgjmncipoeea
الوصف Replaces the standard mouse cursor. Choose your own cursor style from our collection.
حجم الملف 1.86 MB
عدد التثبيتات 2,000
النسخة الحالية 1.0.0
آخر تحديث 2021-02-10
تاريخ النشر 2021-02-10
تقييم 5.00/5 مجموع تقييمات 5
المطور Animecursors
البريد الإلكتروني [email protected]
نوع الدفع free
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "\u0421ustom game cursors",
    "description": "Replaces the standard mouse cursor. Choose your own cursor style from our collection.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "*:\/\/*\/*"
    ]
}