BlockBeat Price Peek

View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets

BlockBeat Price Peekคืออะไร?

BlockBeat Price Peek เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://blockbeat.io และคุณลักษณะหลักของมันคือ "View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets"

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

screenshot
screenshot

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

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

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

                        Instantly access live cryptocurrency prices by simply hovering over Twitter $Cashtags and #Hashtags within any tweet.

Track price fluctuations of crypto assets since the time a tweet was posted and effortlessly quote tweets while monitoring prices.

Gain valuable insights into a crypto asset's market cap, daily % change, weekly % change, and more exciting features to be unveiled soon.

BlockBeat is your go-to news and data terminal for all things crypto.

Checkout the Terminal by going to https://www.blockbeat.io/                    

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

ชื่อ BlockBeat Price Peek BlockBeat Price Peek
ID cgkdbhlfmjiglkhcdjjmfbajmddenihi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/blockbeat-price-peek/cgkdbhlfmjiglkhcdjjmfbajmddenihi
คำอธิบาย View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets
ขนาดไฟล์ 2.38 MB
จำนวนการติดตั้ง 2,167
เวอร์ชันปัจจุบัน 1.0.11
อัปเดตครั้งล่าสุด 2023-05-24
วันที่เผยแพร่ 2022-10-05
คะแนน 5.00/5 รวมทั้งหมด 21 คะแนน
ผู้พัฒนา https://blockbeat.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://blockbeat.io/
URL หน้าช่วยเหลือ https://discord.gg/blockbeat
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "BlockBeat Price Peek",
    "description": "View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets",
    "version": "1.0.11",
    "manifest_version": 3,
    "host_permissions": [
        "https:\/\/*.twitter.com\/*",
        "https:\/\/*.crypto.com\/*",
        ""
    ],
    "background": {
        "service_worker": "background.js",
        "run_at": "document_start"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.crypto.com\/*"
            ],
            "js": [
                ".\/contentScript.js"
            ],
            "css": [
                "content\/css\/token-card.css",
                "content\/css\/hovercard.css",
                "content\/css\/animate.min.css",
                "content\/css\/three-dots.min.css",
                "content\/css\/token-card.css",
                "content\/css\/custom.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "activeTab"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*",
                "content\/html\/*",
                "content\/css\/*",
                "card\/images\/*",
                "fonts\/*",
                "content\/main\/page_context\/*"
            ],
            "matches": [
                "https:\/\/*.twitter.com\/*",
                "https:\/\/*.crypto.com\/*"
            ]
        }
    ],
    "incognito": "spanning",
    "icons": {
        "16": ".\/images\/blockbeat.png",
        "32": ".\/images\/blockbeat.png",
        "48": ".\/images\/blockbeat.png",
        "128": ".\/images\/blockbeat.png"
    },
    "action": {
        "default_icon": {
            "16": "images\/blockbeat.png"
        },
        "default_title": "BlockBeat Price Peek",
        "default_popup": "popup\/index.html"
    }
}