DOE Rankings

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

Wat is DOE Rankings?

DOE Rankings is een Chrome-extensie ontwikkeld door https://dogsofelon.io, en de belangrijkste functie is "Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie DOE Rankings

Download DOE Rankings-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam DOE Rankings DOE Rankings
ID dkdmhhpdloflbmonkgjenddbnohpgjbn
Officiële URL https://chromewebstore.google.com/detail/doe-rankings/dkdmhhpdloflbmonkgjenddbnohpgjbn
Beschrijving Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.
Bestandsgrootte 2.23 MB
Aantal Installaties 33
Huidige Versie 0.2.3
Laatst Bijgewerkt 2022-06-29
Publicatiedatum 2022-05-29
Beoordeling 5.00/5 Totaal 10 Beoordelingen
Ontwikkelaar https://dogsofelon.io
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://dogsofelon.io
URL van de Privacybeleid Pagina https://dogsofelon.io/privacypolicy
Ondersteunde Talen 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": [
                ""
            ]
        }
    ]
}