Famous Fox Federation

A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!

Famous Fox Federationคืออะไร?

Famous Fox Federation เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://famousfoxes.com และคุณลักษณะหลักของมันคือ "A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        The Famous Fox Federation makes it easy to access our tools directly from Magic Eden. You can now directly invoke Ding, Sweep, List & Bid from collection pages.

View Fox stats on Rafffle as well as Magic Eden.

Support for Citrus Buy Now, Pay Later on Tensor.                    

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

ชื่อ Famous Fox Federation Famous Fox Federation
ID plinngbkcncieacbhbfldekjimccdbha
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/famous-fox-federation/plinngbkcncieacbhbfldekjimccdbha
คำอธิบาย A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!
ขนาดไฟล์ 828 KB
จำนวนการติดตั้ง 671
เวอร์ชันปัจจุบัน 1.24
อัปเดตครั้งล่าสุด 2023-10-26
วันที่เผยแพร่ 2022-04-04
คะแนน 5.00/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา https://famousfoxes.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://famousfoxes.com
URL หน้าช่วยเหลือ https://discord.gg/famousfoxes
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Famous Fox Federation",
    "version": "1.24",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/logo16.png",
        "48": "icons\/logo48.png",
        "128": "icons\/logo128.png"
    },
    "description": "A helpful chrome extension to interact more easily with the Famous Fox Federation utilities!",
    "permissions": [
        "webNavigation",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/*.magiceden.io\/*",
        "https:\/\/hyperspace.xyz\/*",
        "https:\/\/rafffle.famousfoxes.com\/*",
        "https:\/\/*.tensor.trade\/*"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.magiceden.io\/*",
                "https:\/\/hyperspace.xyz\/*",
                "https:\/\/rafffle.famousfoxes.com\/*",
                "https:\/\/*.tensor.trade\/*"
            ],
            "css": [
                "styles.css"
            ],
            "js": [
                "content-script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "fonts\/Lilita-One.woff2",
                "fonts\/Gaegu-Regular.ttf",
                "icons\/powered_by_fff.png",
                "icons\/powered_by_fff.svg",
                "icons\/logo48.png",
                "icons\/house.svg",
                "icons\/citrus.png"
            ],
            "matches": [
                "https:\/\/*.magiceden.io\/*",
                "https:\/\/hyperspace.xyz\/*",
                "https:\/\/rafffle.famousfoxes.com\/*",
                "https:\/\/*.tensor.trade\/*"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}