BlockBeat Price Peek

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

什么是BlockBeat Price Peek?

BlockBeat Price Peek是由https://blockbeat.io开发的Chrome扩展程序,该扩展的主要功能是“View real-time crypto prices by hovering over Twitter $Cashtags and #Hashtags in anyones Tweets”。

扩展截图

screenshot
screenshot

下载BlockBeat Price Peek扩展crx文件

下载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"
    }
}