Rareboy - NFT Tools

Creative tools for the NFT community

Rareboy - NFT Toolsคืออะไร?

Rareboy - NFT Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://rareboy.com และคุณลักษณะหลักของมันคือ "Creative tools for the NFT community"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Rareboy - NFT Tools

ดาวน์โหลดไฟล์ส่วนขยาย Rareboy - NFT Tools ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Rareboy creates innovative NFT marketplace-compatible tools that are thoughtfully designed to cater specifically to a variety of NFT collections. 

Each feature is seamlessly integrated into OpenSea’s collection and asset pages. Our tools are safe, free to use, and do not require any wallet interaction. 

Supported collections:
- 10KTF: rarity and genesis data; crafting data for all 16 supported parent collections
- Bored Ape Yacht Club: Mutant serum status
- Bored Ape Yacht Club: ApeCoin staking status
- Goblintown: McGoblin Burger claim status
- World of Women: Galaxy claim status
- Moonbirds: Nesting data
- IlluminatiNFT: DAO token & CryptoFace claim status
- The 187: CryptoFace claim status
- Pudgy Penguins: Lil Pudgys claim status
- Gutter Cats/Rats/Dogs/Pigeons: Clone status
- RTFKT CloneX: Animus Egg claims
- Frogland Toadex Claims
- Sewer Pass Claims
- Applied Primate Keycard traits

Additional features for numerous communities are currently being produced and will be released soon.

Created by SamOsci (https://twitter.com/SamOsci)

https://www.rareboy.com
https://www.twitter.com/RareboyApp                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Rareboy - NFT Tools Rareboy - NFT Tools
ID dccmjhlnfcojldempdoldbdmkaecbgmp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/rareboy-nft-tools/dccmjhlnfcojldempdoldbdmkaecbgmp
คำอธิบาย Creative tools for the NFT community
ขนาดไฟล์ 5.69 MB
จำนวนการติดตั้ง 2,851
เวอร์ชันปัจจุบัน 3.3.1
อัปเดตครั้งล่าสุด 2023-07-21
วันที่เผยแพร่ 2022-07-12
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา https://rareboy.com
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "action": {
        "default_icon": {
            "16": "icon16.png",
            "24": "icon24.png",
            "32": "icon32.png"
        },
        "default_title": "Rareboy",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/opensea.io\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "opensea.js"
            ],
            "css": [
                "opensea.css"
            ]
        },
        {
            "matches": [
                "https:\/\/pro.opensea.io\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "opensea-pro.js"
            ],
            "css": [
                "opensea-pro.css"
            ]
        },
        {
            "matches": [
                "https:\/\/blur.io\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "blur.js"
            ],
            "css": [
                "blur.css"
            ]
        }
    ],
    "description": "Creative tools for the NFT community",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "manifest_version": 3,
    "name": "Rareboy - NFT Tools",
    "permissions": [
        "storage"
    ],
    "version": "3.3.1",
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*"
            ],
            "matches": [
                "https:\/\/opensea.io\/*",
                "https:\/\/pro.opensea.io\/*",
                "https:\/\/blur.io\/*"
            ]
        }
    ]
}