B4fomo

Fastest rarity revealing for NFT collections Before FOMO,B4fomo

B4fomoคืออะไร?

B4fomo เป็นส่วนขยายของ Chrome ที่พัฒนาโดย b4fomo และคุณลักษณะหลักของมันคือ "Fastest rarity revealing for NFT collections Before FOMO,B4fomo"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย B4fomo

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

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

                        Simple and Free rarity ranks that helps you to monitor NFTs on OpenSea before FOMO!
b4fomo:
- Keep track of all collections floor prices .
- Access to objective ranking of all collections.
- Easy snipe rare listing right at activity page.
- Quick buy with customizable gas to make sure you are the first.
- Quickly calculate your OpenSea portfolio.
- Quickly sharing profit from flipping.                    

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

ชื่อ B4fomo B4fomo
ID akipilnkffepljnlccfikgglcdjfnldh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/b4fomo/akipilnkffepljnlccfikgglcdjfnldh
คำอธิบาย Fastest rarity revealing for NFT collections Before FOMO,B4fomo
ขนาดไฟล์ 451 KB
จำนวนการติดตั้ง 244
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-06-17
วันที่เผยแพร่ 2022-02-20
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา b4fomo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.b4fomo.com
ภาษาที่รองรับ en-US
manifest.json
{
    "author": "https:\/\/www.b4fomo.io",
    "name": "B4fomo",
    "manifest_version": 3,
    "version": "1.4.1",
    "description": "Fastest rarity revealing for NFT collections Before FOMO\uff0cB4fomo",
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "assets\/imgs\/logo-prod\/[email protected]",
            "32": "assets\/imgs\/logo-prod\/[email protected]",
            "48": "assets\/imgs\/logo-prod\/[email protected]",
            "128": "assets\/imgs\/logo-prod\/[email protected]"
        },
        "default_title": "B4fomo",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "assets\/imgs\/logo-prod\/[email protected]",
        "32": "assets\/imgs\/logo-prod\/[email protected]",
        "48": "assets\/imgs\/logo-prod\/[email protected]",
        "128": "assets\/imgs\/logo-prod\/[email protected]"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "content.js",
                "assets\/js\/jquery.min.js"
            ],
            "css": [
                "assets\/css\/content.css",
                "assets\/css\/content.plugin.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": {
        "extension_pages": "default-src 'self'; script-src 'self'; style-src 'unsafe-inline'; connect-src https:\/\/*.b4fomo.com https:\/\/*.b4fomo.io https:\/\/api.opensea.io https:\/\/testnets-api.opensea.io https:\/\/gas-api.metaswap.codefi.network; child-src https:\/\/*.b4fomo.com https:\/\/*.b4fomo.io; "
    },
    "web_accessible_resources": [
        {
            "matches": [
                "https:\/\/*.opensea.io\/*",
                "https:\/\/opensea.io\/*",
                "https:\/\/*.looksrare.org\/*"
            ],
            "resources": [
                ".\/web_accessible.js",
                ".\/assets\/imgs\/*.png"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "activeTab",
        "storage",
        "webRequest"
    ],
    "host_permissions": [
        "https:\/\/opensea.io\/",
        "https:\/\/*.opensea.io\/"
    ]
}