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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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": [
                ""
            ]
        }
    ]
}