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
官方網址 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": [
                ""
            ]
        }
    ]
}