DefiLlama

DefiLlama Extension

DefiLlamaคืออะไร?

DefiLlama เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://defillama.com และคุณลักษณะหลักของมันคือ "DefiLlama Extension"

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        Wallet tags on Etherscan:
Llamas have done their analysis and tagged tens of millions of addresses with behavioral or entity tags, allowing you to unmask the mysterious figures behind each crypto wallet, right inside your favorite blockchain explorers.

Accurate pricing for exotic tokens on Etherscan:
This extension wields the limitless llama power to show you accurate pricing of any tokens that are missing prices on Etherscan. It also re-calculates the token balances after refilling the missing prices.

Phishing link warning:
The cute llama icon on your browser extension tool bar is an unintrusive indicator that will turn red when you are visiting a suspicious website, or turn green when you are visiting a trusted website. Be safe with the llamas!

Privacy:
We do not track you in any way in the extension, and we only request access to Etherscan and similar blockchain explorers, in order to inject llama token prices and wallet tags.

Twitter phishing detection:
We detect reply tweets likely to be scams on twitter and mark them with a red background.

Explanations for permissions requested:
- Read and change data on all sites: Necessary to augment etherscan with wallet tags as we have to inject code on those pages, to add phishing detection on twitter. We request the permission for all sites so that we can easily add more as they are needed.
- Read your browsing history: Necessary to read the current url where the user is in order to detect phishing domains and change extension icon to alert the user. Extension never reads browsing history but we have to request permission for it to be able to read current urls.                    

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

ชื่อ DefiLlama DefiLlama
ID phgiabfbjodhgckcffppiboooeiecgeg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/defillama/phgiabfbjodhgckcffppiboooeiecgeg
คำอธิบาย DefiLlama Extension
ขนาดไฟล์ 393 KB
จำนวนการติดตั้ง 10,000
เวอร์ชันปัจจุบัน 0.0.4
อัปเดตครั้งล่าสุด 2024-02-10
วันที่เผยแพร่ 2021-12-09
คะแนน 5.00/5 รวมทั้งหมด 17 คะแนน
ผู้พัฒนา https://defillama.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://defillama.com/
URL หน้าช่วยเหลือ https://discord.defillama.com/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DefiLlama",
    "version": "0.0.4",
    "description": "DefiLlama Extension",
    "background": {
        "service_worker": "src\/pages\/background\/index.js",
        "type": "module"
    },
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "DefiLlama",
        "default_popup": "src\/pages\/popup\/index.html",
        "default_icon": "icon-34.png"
    },
    "icons": {
        "128": "icon-128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/pages\/content\/index.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/js\/*.js",
                "assets\/css\/*.css",
                "assets\/img\/memes\/*.jpg",
                "assets\/img\/protocols\/*.jpg",
                "assets\/jpg\/*.jpg",
                "assets\/jpg\/*.chunk.jpg",
                "assets\/img\/memes\/*.png",
                "assets\/img\/protocols\/*.png",
                "assets\/png\/*.png",
                "assets\/png\/*.chunk.png",
                "assets\/img\/memes\/*.webp",
                "assets\/img\/protocols\/*.webp",
                "assets\/webp\/*.webp",
                "assets\/webp\/*.chunk.webp",
                "icon-128.png",
                "icon-34.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "alarms"
    ]
}