Ludo Rank

Ludo Rank is an innovative Chrome extension designed to enhance your NFT discovery & curation experience on top marketplaces.

Vad är Ludo Rank?

Ludo Rank är en Chrome-tillägg utvecklad av ludodevs, och dess huvudfunktion är "Ludo Rank is an innovative Chrome extension designed to enhance your NFT discovery & curation experience on top marketplaces.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Ludo Rank-förlängningens CRX-fil

Ladda ner Ludo Rank-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Ludo Rank Chrome extension provide instant reputational scores for NFTs, aiding you in distinguishing between genuine assets and potential scams or low-quality imitations.

By leveraging a sophisticated algorithm inspired by Google Page Rank, Ludo Rank evaluates the credibility and quality of each NFT, ensuring that you have reliable information to base your decisions on.
 
Whether you're a seasoned trader or new to the world of NFTs, Ludo Rank is an essential tool for navigating the market with confidence and discernment.

Experience the next level of NFT Discovery with Ludo Rank, your trusted companion in the world of NFTs.

Terms of Service:

Please note that Ludo Rank is a tool designed to provide reputational scores for NFTs based on various factors. It is not intended to offer financial advice, and the information provided should not be construed as such. Users are advised to conduct their own research and consult with a qualified financial professional before making any investment decisions. Ludo Rank, its developers, and affiliates shall not be held responsible for any financial losses or damages resulting from the use of this extension.                    

Grundläggande Information om Tillägg

Namn Ludo Rank Ludo Rank
ID fgcmebogmgdheonhhefnblfodobpmfip
Officiell webbadress https://chromewebstore.google.com/detail/ludo-rank/fgcmebogmgdheonhhefnblfodobpmfip
Beskrivning Ludo Rank is an innovative Chrome extension designed to enhance your NFT discovery & curation experience on top marketplaces.
Filstorlek 44.77 KB
Antal Installationer 49
Aktuell Version 1.3
Senast Uppdaterad 2023-11-08
Publiceringsdatum 2023-10-26
Betyg 5.00/5 Totalt 14 Betyg
Utvecklare ludodevs
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://ludo.com/
Hjälpsida URL https://apidocs.ludo.com/
URL till Sekretesspolicy Sidan https://apidocs.ludo.com/page/privacy-policy-for-ludo-rank-chrome-extension
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Ludo Rank",
    "version": "1.3",
    "description": "Ludo Rank is an innovative Chrome extension designed to enhance your NFT discovery & curation experience on top marketplaces.",
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.opensea.io\/*",
                "*:\/\/*.xoxno.com\/*",
                "*:\/\/*.looksrare.org\/*",
                "*:\/\/*.magiceden.io\/*",
                "*:\/\/*.blur.io\/*",
                "*:\/\/*.superrare.com\/*",
                "*:\/\/*.rarible.com\/*"
            ],
            "js": [
                "popup.js"
            ]
        }
    ]
}