DOE Rankings

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

什么是DOE Rankings?

DOE Rankings是由https://dogsofelon.io开发的Chrome扩展程序,该扩展的主要功能是“Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载DOE Rankings扩展crx文件

下载DOE Rankings扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 DOE Rankings DOE Rankings
ID dkdmhhpdloflbmonkgjenddbnohpgjbn
官方URL https://chromewebstore.google.com/detail/doe-rankings/dkdmhhpdloflbmonkgjenddbnohpgjbn
简介 Display the official rarity rankings for the Dogs of Elon NFT collection directly on the OpenSea website.
文件大小 2.23 MB
安装次数 33
当前版本 0.2.3
更新时间 2022-06-29
上架时间 2022-05-29
评分 5.00/5 共10次评分
开发者 https://dogsofelon.io
电子邮箱 [email protected]
付费类型 free
扩展官网 https://dogsofelon.io
隐私政策页面URL https://dogsofelon.io/privacypolicy
支持的语言 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": [
                ""
            ]
        }
    ]
}