Mine-Craft Cursors

Replaces the standard mouse cursor.

ما هو Mine-Craft Cursors؟

Mine-Craft Cursors هو إضافة Chrome تم تطويرها بواسطة minecursorsproject، والميزة الرئيسية لها هي "Replaces the standard mouse cursor.".

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

screenshot
screenshot

تحميل ملف CRX للإضافة Mine-Craft Cursors

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

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

                        9 Minecraft cursors, choose your own cursor style.
Just click on the cursor you like and it will replace the default cursor :)

You can resize the cursor of your choice from 16x16 to 128x128 pixels.

-------------------
! After installing this extension, refresh the previously opened tab if you want to use it on this page.

! According to the rules of the Chrome Web Store extension can not work on the store pages and home page.
Please open any other website (for example, google.com) after installing this extension and check how the extension will work on it.
-------------------                    

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

الاسم Mine-Craft Cursors Mine-Craft Cursors
ID hfphbjkpbdaagnfbdalaokgbelecjhpo
عنوان URL الرسمي https://chrome.google.com/webstore/detail/mine-craft-cursors/hfphbjkpbdaagnfbdalaokgbelecjhpo
الوصف Replaces the standard mouse cursor.
حجم الملف 256 KB
عدد التثبيتات 10,000
النسخة الحالية 1.0.0
آخر تحديث 2020-12-13
تاريخ النشر 2020-12-13
تقييم 4.05/5 مجموع تقييمات 65
المطور minecursorsproject
البريد الإلكتروني [email protected]
نوع الدفع free
عنوان صفحة سياسة الخصوصية https://coolcursors.store/mc/privacy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Mine-Craft Cursors",
    "description": "Replaces the standard mouse cursor.",
    "version": "1.0.0",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "img\/icon.png"
    },
    "background": {
        "scripts": [
            "background_s.js"
        ]
    },
    "content_scripts": [
        {
            "js": [
                "content_s.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "*:\/\/*\/*"
    ]
}