NFTSniper Extension

This is an extension plug-in for website users to quickly obtain external information.

NFTSniper Extensionคืออะไร?

NFTSniper Extension เป็นส่วนขยายของ Chrome ที่พัฒนาโดย nftsniperdotclub และคุณลักษณะหลักของมันคือ "This is an extension plug-in for website users to quickly obtain external information."

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

screenshot

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

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

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

                        NFTSniper Extension is an extension plug-in for the www.nftsniper.club website, which is used to help users quickly obtain external website information and update data in real time.                    

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

ชื่อ NFTSniper Extension NFTSniper Extension
ID dilejnfdpncjkpokkpajkfamhnhncnjk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/nftsniper-extension/dilejnfdpncjkpokkpajkfamhnhncnjk
คำอธิบาย This is an extension plug-in for website users to quickly obtain external information.
ขนาดไฟล์ 16.36 KB
จำนวนการติดตั้ง 5,107
เวอร์ชันปัจจุบัน 1.22
อัปเดตครั้งล่าสุด 2024-01-02
วันที่เผยแพร่ 2023-02-26
คะแนน 5.00/5 รวมทั้งหมด 6 คะแนน
ผู้พัฒนา nftsniperdotclub
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.nftsniper.club
URL หน้าช่วยเหลือ https://beta.nftsniper.club
URL หน้านโยบายความเป็นส่วนตัว https://www.nftsniper.club/policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "NFTSniper Extension",
    "description": "This is an extension plug-in for website users to quickly obtain external information.",
    "version": "1.22",
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/icon.png",
        "128": "images\/icon.png"
    },
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "action": {
        "default_name": "NFTSniper Extension",
        "default_icon": "images\/icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/localhost:8080\/*",
            "https:\/\/*.nftsniper.club\/*"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/dexscreener.com\/*"
            ],
            "js": [
                "js\/dexscreener.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/discord.com\/*"
            ],
            "js": [
                "js\/discord.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/unisat.io\/*"
            ],
            "js": [
                "js\/unisat.min.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.okx.com\/*web3\/*"
            ],
            "js": [
                "js\/okOrdinals.min.js"
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}