Ethereum Cursor

Choose your favorite Ethereum cursor to navigate the web

Ethereum Cursor क्या है?

Ethereum Cursor https://0x0.design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Choose your favorite Ethereum cursor to navigate the web"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Ethereum Cursor एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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": [
                ""
            ]
        }
    ]
}