Ethereum Cursor

Choose your favorite Ethereum cursor to navigate the web

ما هو Ethereum Cursor؟

Ethereum Cursor هو إضافة Chrome تم تطويرها بواسطة https://0x0.design، والميزة الرئيسية لها هي "Choose your favorite Ethereum cursor to navigate the web".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        W3 cursor update

Collection of Ethereum cursors to upgrade your web experience. It replaces your default cursor for the new Ethereum cursor. Available on all sites. 

Install ⮕ Pin the extension ⮕ Click on the icon to open the popup ⮕ Select your favorite Ethereum cursor ⮕ Enjoy!

With 💚 By 0x0

Join the w3 evolution 🚀
@0x0.design

-------------------
* Please rate ⭐⭐⭐⭐⭐ or contact [email protected] 🙏
* Note that Google’s policy prohibits the use of custom cursors on the Chrome Web Store, Google internal pages, and the Chrome home page, so visit any other web page to see the Ethereum cursor activated.                    

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

الاسم Ethereum Cursor Ethereum Cursor
ID lpdgiemkimbddmemleeldgigimadclgl
عنوان URL الرسمي https://chromewebstore.google.com/detail/ethereum-cursor/lpdgiemkimbddmemleeldgigimadclgl
الوصف Choose your favorite Ethereum cursor to navigate the web
حجم الملف 249 KB
عدد التثبيتات 315
النسخة الحالية 1.0.0
آخر تحديث 2022-05-22
تاريخ النشر 2022-05-22
تقييم 4.50/5 مجموع تقييمات 4
المطور https://0x0.design
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://0x0.design
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Ethereum Cursor",
    "description": "Choose your favorite Ethereum cursor to navigate the web",
    "version": "1.0.0",
    "manifest_version": 3,
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "eth_128.png",
        "48": "eth_128.png",
        "128": "eth_128.png"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "128": "eth_128.png"
        }
    },
    "permissions": [
        "storage",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "eth_cursor.png",
                "eth_cursor_2x.png",
                "eth_diamond_cursor.png",
                "eth_diamond_cursor_2x.png",
                "eth_black_cursor.png",
                "eth_black_cursor_2x.png",
                "eth_blu_cursor.png",
                "eth_blu_cursor_2x.png",
                "eth_colors_cursor.png",
                "eth_colors_cursor_2x.png",
                "eth_white_cursor.png",
                "eth_white_cursor_2x.png",
                "eth_inverted_cursor.png",
                "eth_inverted_cursor_2x.png",
                "eth_gold_cursor.png",
                "eth_gold_cursor_2x.png",
                "eth_colorfull_cursor.png",
                "eth_colorfull_cursor_2x.png",
                "eth_neon_cursor.png",
                "eth_neon_cursor_2x.png"
            ],
            "matches": [
                ""
            ]
        }
    ]
}