DOE Rankings

Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.

¿Qué es DOE Rankings?

DOE Rankings es una extensión de Chrome desarrollada por https://dogsofelon.io, y su función principal es "Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión DOE Rankings

Descarga archivos de extensión DOE Rankings en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        This extension will help you identify and snipe the rarest Dogs of Elon NFTs available on the OpenSea website.  By clearly displaying the Official Dogs of Elon rarity ranking of each individual NFT you are able to tell exactly where a particular dog is ranked and thus recognize a great deal quicker than anyone else!

The rarity rank is clearly displayed right on top of the item card on the OpenSea marketplace.  The ranks are color-coded into five categories based on rarity for quick identification purposes. 
The five categories are:  
Exotic  (rank 1-2000)
Legendary (rank 2001-4000)
Rare (rank 4001-6000)
Uncommon (rank 6001-8000)
Common (rank 8001 -10000)

These ranking levels are completely customizable within the extension.

FAQ:

Is it free? 

To access this plugin you will need to hold 5000 DOE tokens.  Once you have verified that you hold the required amount of DOE the extension is 100% free.  No initial cost, no monthly cost. FREE

Is it safe?

100% Safe.  This extension was developed in-house entirely by the Core Dogs of Elon team member @S0N_0F_BISCUIT  It contains no malicious code of any kind.  Google has an extremely thorough process to publish extensions on their web store.  All code involved in this extension has been vetted and approved by google to be 100% free from any type of malicious code.

How do I verify my DOE tokens?

Once installed and opened for the first time a QR code will appear.  Scan the QR code with your wallet app on your phone (Metamask, Trust wallet etc)  Agree to the connection via your wallet app.  The extension will verify that you own the 5000 DOE tokens required to use this app.  The extension will only be able to view your wallet and its transactions the same way that anyone is able to view your wallet or transactions on etherscan.  It will not have any access to nor will it be able to transfer or move any funds.

What if my DOE tokens are staked?

No worries. As long as you are using the wallet from which you staked your DOE tokens the extension will be able to tell if you are over the 5000 Token holder requirement via your wallets transaction history.  By the way, fantastic choice to stake your tokens! 60%+ APR is no joke!  


Any further questions?  Feel free to ask in our Official Telegram channel https://t.me/DOEOfficial

Visit our NFT explorer for a searchable Dogs of Elon NFT database at https://explorer.dogsofelon.io/

Join our Discord server, where you can get help from our community members and admins: http://discord.gg/dogsofelon

Follow us on Twitter to get the latest updates about collections indexed: https://twitter.com/dogsofelon                    

Información Básica de la Extensión

Nombre DOE Rankings DOE Rankings
ID dkdmhhpdloflbmonkgjenddbnohpgjbn
URL Oficial https://chromewebstore.google.com/detail/doe-rankings/dkdmhhpdloflbmonkgjenddbnohpgjbn
Descripción Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.
Tamaño del Archivo 2.23 MB
Cantidad de Instalaciones 33
Versión Actual 0.2.3
Última Actualización 2022-06-29
Fecha de Publicación 2022-05-29
Calificación 5.00/5 Total de 10 Calificaciones
Desarrollador https://dogsofelon.io
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://dogsofelon.io
URL de la Página de Política de Privacidad https://dogsofelon.io/privacypolicy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DOE Rankings",
    "version": "0.2.3",
    "description": "Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.",
    "icons": {
        "32": "icons\/icon_32.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "script_manager.js"
    },
    "action": {
        "default_title": "Dogs of Elon",
        "default_popup": "popup.html",
        "default_icon": {
            "32": "icons\/icon_32.png",
            "48": "icons\/icon_48.png",
            "128": "icons\/icon_128.png"
        }
    },
    "permissions": [
        "scripting",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/opensea.io\/*"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "doe_rankings.json"
            ],
            "matches": [
                ""
            ]
        }
    ]
}